Added proper padding to offline text/buttons
This commit is contained in:
parent
83c07467a9
commit
ac20426689
1 changed files with 35 additions and 31 deletions
|
@ -85,7 +85,10 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:gravity="center_vertical"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
android:paddingRight="32dp"
|
||||||
|
android:paddingLeft="32dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/total"
|
android:id="@+id/total"
|
||||||
|
@ -95,7 +98,6 @@
|
||||||
android:fontFamily="@font/poppins_bold"
|
android:fontFamily="@font/poppins_bold"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:hint="Type"
|
android:hint="Type"
|
||||||
android:paddingStart="24dp"
|
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
tools:ignore="HardcodedText,RtlSymmetry" />
|
tools:ignore="HardcodedText,RtlSymmetry" />
|
||||||
|
|
||||||
|
@ -103,6 +105,7 @@
|
||||||
android:id="@+id/downloadedList"
|
android:id="@+id/downloadedList"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center_vertical"
|
||||||
android:alpha="0.33"
|
android:alpha="0.33"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
app:srcCompat="@drawable/ic_round_view_list_24"
|
app:srcCompat="@drawable/ic_round_view_list_24"
|
||||||
|
@ -112,7 +115,8 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/downloadedGrid"
|
android:id="@+id/downloadedGrid"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_gravity="end"
|
||||||
android:alpha="0.33"
|
android:alpha="0.33"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
app:srcCompat="@drawable/ic_round_grid_view_24"
|
app:srcCompat="@drawable/ic_round_grid_view_24"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue