Minor formatting/refactoring
This commit is contained in:
parent
2342a7df1a
commit
487748258a
147 changed files with 351 additions and 341 deletions
|
|
@ -6,11 +6,11 @@
|
|||
android:padding="8dp"
|
||||
grid:alignmentMode="alignBounds">
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:orientation="vertical"
|
||||
grid:layout_column="0"
|
||||
grid:layout_columnWeight="1"
|
||||
|
|
@ -26,11 +26,11 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:orientation="vertical"
|
||||
grid:layout_column="1"
|
||||
grid:layout_columnWeight="1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue