mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
add paddings to static layouts
... to improve edge to edge design. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
177fa1ea84
commit
dbc274bf63
@ -553,7 +553,7 @@
|
||||
android:layout_marginTop="@dimen/standard_quarter_margin"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:orientation="horizontal"
|
||||
android:padding="@dimen/standard_padding">
|
||||
android:padding="@dimen/standard_half_padding">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
@ -579,7 +579,7 @@
|
||||
android:layout_marginTop="@dimen/standard_quarter_margin"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:orientation="horizontal"
|
||||
android:padding="@dimen/standard_padding">
|
||||
android:padding="@dimen/standard_half_padding">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
@ -605,7 +605,7 @@
|
||||
android:layout_marginTop="@dimen/standard_quarter_margin"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:orientation="horizontal"
|
||||
android:padding="@dimen/standard_padding">
|
||||
android:padding="@dimen/standard_half_padding">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
@ -625,6 +625,9 @@
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp" />
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</LinearLayout>
|
||||
|
@ -906,6 +906,9 @@
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user