fixed layout wrap in settings

This commit is contained in:
Mike Schwörer 2018-11-16 23:51:46 +01:00
parent b42204c87d
commit 0ec6ab71b2
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 1 additions and 2 deletions

View File

@ -108,7 +108,6 @@ public class SCNApp extends Application implements LifecycleObserver
[ ] - Query non-ack-ed messages in app
[ ] - notifications: how does WA do it??? - there you can change shit in-app
[ ] - periodically get non-ack (option - even when not in-app)
[ ] - fix settings layout wrap
[ ] - test notification channels

View File

@ -57,7 +57,7 @@
<TextView
android:id="@+id/tvLocalCacheSize"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@string/str_localcachesize"
android:textColor="#000"