Issue #555 - Add spaces

This commit is contained in:
stom79 2018-11-10 09:47:14 +01:00
parent 3f77e86309
commit 3c849cf0e6
4 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:id="@+id/main_container"
android:orientation="horizontal">
<ImageView

View File

@ -20,6 +20,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/account_container"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:orientation="horizontal">
<ImageView
android:layout_gravity="center"

View File

@ -21,6 +21,8 @@
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:padding="2dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:id="@+id/account_container"
android:orientation="horizontal">
<ImageView

View File

@ -20,6 +20,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/main_container"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:orientation="vertical">
<TextView
android:id="@+id/account_search_title"