fix overflow icon

This commit is contained in:
Vincent Breitmoser 2015-06-20 07:33:14 +02:00
parent 4135790161
commit c80d331b96
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

View File

@ -237,7 +237,7 @@
android:layout_height="48dip"
android:clickable="true"
android:background="?android:selectableItemBackground"
android:src="@drawable/abc_ic_menu_moreoverflow_mtrl_alpha" />
android:src="@drawable/ic_menu_moreoverflow_normal_holo_light" />
</LinearLayout>