Fix tint on AMOLED theme (#966)

Fix tint on AMOLED theme
This commit is contained in:
Bram van de Kerkhof
2017-08-30 21:50:19 +02:00
committed by GitHub
parent 2f6d163a7a
commit 75cb94b51a
6 changed files with 17 additions and 2 deletions

View File

@@ -76,12 +76,12 @@
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/chapter_menu_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center|end"
android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
app:srcCompat="@drawable/ic_more_horiz_black_24dp" />
android:layout_marginRight="16dp" />
</FrameLayout>