fixed layout wrap in settings
This commit is contained in:
parent
b42204c87d
commit
0ec6ab71b2
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user