mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
remove the custom background in activity_main.xml since it is not backward compatible with older versions of Android
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_mic"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:contentDescription="@string/microphone"
|
||||
/>
|
||||
|
||||
@@ -38,7 +37,6 @@
|
||||
android:layout_toLeftOf="@id/start_stop"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_action_switch"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:contentDescription="@string/switch_languages"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user