Fix some sheet color issues (closes #3000)

This commit is contained in:
arkon
2020-05-01 08:49:45 -04:00
parent c1e64a839d
commit cf2967cf34
2 changed files with 11 additions and 8 deletions
@@ -20,13 +20,14 @@
android:layout_width="24dp"
android:layout_height="24dp"
app:srcCompat="@drawable/ic_photo_24dp"
app:tint="@color/md_white_1000_54" />
app:tint="?attr/colorOnBackground" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:text="@string/set_as_cover" />
android:text="@string/set_as_cover"
android:textColor="?attr/colorOnBackground" />
</LinearLayout>
@@ -45,13 +46,14 @@
android:layout_width="24dp"
android:layout_height="24dp"
app:srcCompat="@drawable/ic_share_24dp"
app:tint="@color/md_white_1000_54" />
app:tint="?attr/colorOnBackground" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:text="@string/action_share" />
android:text="@string/action_share"
android:textColor="?attr/colorOnBackground" />
</LinearLayout>
@@ -70,13 +72,14 @@
android:layout_width="24dp"
android:layout_height="24dp"
app:srcCompat="@drawable/ic_file_download_black_24dp"
app:tint="@color/md_white_1000_54" />
app:tint="?attr/colorOnBackground" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:text="@string/action_save" />
android:text="@string/action_save"
android:textColor="?attr/colorOnBackground" />
</LinearLayout>