use accent color for gallery/flavor image indicators so that it won't become invisible on white
This commit is contained in:
parent
15260455b2
commit
b8b0b73ffb
@ -21,6 +21,7 @@
|
||||
android:background="@drawable/ripple"
|
||||
android:src="@drawable/ic_dots_vertical"
|
||||
android:layout_alignParentRight="true"
|
||||
android:tint="?colorAccent"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginTop="@dimen/activity_vertical_margin" />
|
||||
|
||||
|
@ -147,6 +147,8 @@
|
||||
android:layout_below="@+id/headline_header"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:elevation="4dp"
|
||||
android:tint="?colorAccent"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginLeft="8dp" />
|
||||
|
||||
@ -161,6 +163,8 @@
|
||||
android:paddingRight="4dp"
|
||||
android:src="@drawable/ic_dots_vertical"
|
||||
android:layout_gravity="bottom|right"
|
||||
android:elevation="4dp"
|
||||
android:tint="?colorAccent"
|
||||
android:layout_marginBottom="10dp" />
|
||||
|
||||
</FrameLayout>
|
||||
|
@ -148,6 +148,7 @@
|
||||
android:layout_below="@+id/headline_header"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:tint="?colorAccent"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginBottom="8dp" />
|
||||
|
||||
@ -162,6 +163,7 @@
|
||||
android:paddingRight="4dp"
|
||||
android:src="@drawable/ic_dots_vertical"
|
||||
android:layout_gravity="bottom|right"
|
||||
android:tint="?colorAccent"
|
||||
android:layout_marginBottom="10dp" />
|
||||
|
||||
</FrameLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user