Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_edit.xml')
-rw-r--r--app/src/main/res/layout/activity_edit.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/app/src/main/res/layout/activity_edit.xml b/app/src/main/res/layout/activity_edit.xml
index 16f310fb8..4d59b296f 100644
--- a/app/src/main/res/layout/activity_edit.xml
+++ b/app/src/main/res/layout/activity_edit.xml
@@ -16,16 +16,15 @@
android:layout_height="wrap_content"
app:navigationIcon="@drawable/ic_close_white_24dp">
- <EditText
- android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:theme="@style/EditTextOnPrimaryBackground"
- android:layout_marginEnd="16dp"
- android:importantForAutofill="no"
- android:inputType="textMultiLine"
- android:maxLines="5"
- tools:text="@tools:sample/lorem" />
+ <EditText
+ android:id="@+id/title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginEnd="16dp"
+ android:importantForAutofill="no"
+ android:inputType="textMultiLine"
+ android:maxLines="5"
+ tools:text="@tools:sample/lorem" />
</androidx.appcompat.widget.Toolbar>
@@ -34,10 +33,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlay.AppCompat.Dark"
+ app:tabBackground="?attr/colorPrimary"
app:tabGravity="center"
- app:tabIconTint="@android:color/white"
- app:tabIndicatorColor="@color/accent"
- app:tabMode="fixed" />
+ app:tabIconTint="?attr/colorAccent"
+ app:tabIndicatorColor="@color/defaultBrand"
+ app:tabMode="fixed"
+ app:tabTextColor="?attr/colorAccent" />
</com.google.android.material.appbar.AppBarLayout>
<androidx.viewpager2.widget.ViewPager2