mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Fix an issue with layout
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
250cc758f9
commit
fff270c36b
@ -169,7 +169,6 @@
|
|||||||
<com.yarolegovich.mp.MaterialPreferenceCategory
|
<com.yarolegovich.mp.MaterialPreferenceCategory
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="@dimen/padding_between_elements"
|
|
||||||
android:animateLayoutChanges="true"
|
android:animateLayoutChanges="true"
|
||||||
apc:mpc_title="@string/nc_about"
|
apc:mpc_title="@string/nc_about"
|
||||||
apc:mpc_title_color="@color/colorPrimary">
|
apc:mpc_title_color="@color/colorPrimary">
|
||||||
@ -199,6 +198,7 @@
|
|||||||
android:id="@+id/settings_version"
|
android:id="@+id/settings_version"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginBottom="48dp"
|
||||||
apc:mp_summary="v0.1"
|
apc:mp_summary="v0.1"
|
||||||
apc:mp_title="@string/nc_app_name">
|
apc:mp_title="@string/nc_app_name">
|
||||||
</com.yarolegovich.mp.MaterialStandardPreference>
|
</com.yarolegovich.mp.MaterialStandardPreference>
|
||||||
|
Loading…
Reference in New Issue
Block a user