some layout fixes

This commit is contained in:
Kasun 2019-09-25 17:25:14 +05:30
parent ec219c7748
commit 2a6150ddd8
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@
android:padding="5dp">
<ImageView
android:layout_marginEnd="10dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/ic_launcher_bubbles" />
@ -34,6 +35,7 @@
android:padding="5dp">
<ImageView
android:layout_marginEnd="10dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/ic_launcher_fediverse" />
@ -54,6 +56,7 @@
android:padding="5dp">
<ImageView
android:layout_marginEnd="10dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/ic_launcher_hero" />
@ -74,6 +77,7 @@
android:padding="5dp">
<ImageView
android:layout_marginEnd="10dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/ic_launcher_atom" />
@ -94,6 +98,7 @@
android:padding="5dp">
<ImageView
android:layout_marginEnd="10dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/ic_launcher_crash" />

View File

@ -2147,6 +2147,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/settings_option_margin"
android:layout_marginBottom="@dimen/settings_option_margin"
android:layout_gravity="center_vertical"
android:orientation="horizontal">