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/item_account_choose.xml')
-rw-r--r--app/src/main/res/layout/item_account_choose.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_account_choose.xml b/app/src/main/res/layout/item_account_choose.xml
index 8ad105b96..a734d8593 100644
--- a/app/src/main/res/layout/item_account_choose.xml
+++ b/app/src/main/res/layout/item_account_choose.xml
@@ -21,7 +21,7 @@
android:contentDescription="@null"
android:focusable="false"
android:scaleType="center"
- app:srcCompat="@drawable/ic_person_grey600_24dp" />
+ app:srcCompat="@drawable/ic_person_24dp" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/currentAccountIndicator"
@@ -30,7 +30,7 @@
android:layout_gravity="end|bottom"
android:visibility="gone"
app:srcCompat="@drawable/selected_check"
- tools:src="@drawable/ic_check_grey600_24dp"
+ tools:src="@drawable/ic_check_24dp"
tools:visibility="visible" />
</FrameLayout>