Change some margin in layouts
This commit is contained in:
parent
7b6a3c33f4
commit
9c619c2135
|
@ -13,7 +13,9 @@
|
|||
android:id="@+id/app_logo"
|
||||
android:contentDescription="@string/app_logo"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp" />
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_marginEnd="5dp"/>
|
||||
<LinearLayout
|
||||
android:id="@+id/layout_infos"
|
||||
android:orientation="vertical"
|
||||
|
@ -23,11 +25,11 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/app_permission_nb"
|
||||
android:id="@+id/app_tracker_nb"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
<TextView
|
||||
android:id="@+id/app_tracker_nb"
|
||||
android:id="@+id/app_permission_nb"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
@ -40,7 +42,6 @@
|
|||
android:layout_toStartOf="@+id/layout_infos"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:id="@+id/app_name"
|
||||
android:text="testesteteteteteteteteteteeetetet"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
android:id="@+id/swipe_refresh"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_margin="10dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
|
@ -7,7 +7,12 @@
|
|||
tools:context="org.eu.exodus_privacy.exodusprivacy.MainActivity">
|
||||
|
||||
<FrameLayout
|
||||
android:layout_margin="10dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:id="@+id/fragment_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_marginStart="2dp"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in New Issue