Twice decrease margins for notification
This commit is contained in:
parent
41fc8e1672
commit
94bdf0238a
2 changed files with 6 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp"/>
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"/>
|
||||
<TextView
|
||||
android:id="@+id/status_text"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -29,5 +29,5 @@
|
|||
android:layout_weight="0"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="16dp" />
|
||||
android:layout_marginRight="8dp" />
|
||||
</LinearLayout>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp"/>
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"/>
|
||||
<TextView
|
||||
android:id="@+id/status_text_21"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -31,5 +31,5 @@
|
|||
android:layout_weight="0"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="16dp" />
|
||||
android:layout_marginRight="8dp" />
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue