Day theme partially applied.

This commit is contained in:
Anton Chekulaev
2020-08-20 16:47:15 +10:00
parent 2f09440355
commit 37a3ae9c32
20 changed files with 161 additions and 84 deletions

View File

@@ -2,9 +2,12 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/default_session_background">
android:background="@drawable/default_session_background"
tools:theme="@style/Session.DarkTheme.NoActionBar"
tools:context="org.thoughtcrime.securesms.loki.activities.SettingsActivity">
<ScrollView
android:layout_width="match_parent"