mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 08:45:04 +01:00
Fix an issue with version invisible
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d4cee009cf
commit
464a697082
@ -23,7 +23,8 @@
|
|||||||
xmlns:apc="http://schemas.android.com/apk/res-auto"
|
xmlns:apc="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/settings_screen"
|
android:id="@+id/settings_screen"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:layout_marginBottom="48dp">
|
||||||
|
|
||||||
<com.yarolegovich.mp.MaterialPreferenceCategory
|
<com.yarolegovich.mp.MaterialPreferenceCategory
|
||||||
android:id="@+id/message_view"
|
android:id="@+id/message_view"
|
||||||
@ -205,7 +206,6 @@
|
|||||||
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