mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Fix white screen when using hard keyboards
This commit is contained in:
parent
c6efe3b9d0
commit
a41d8e7a84
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:state_focused="false" android:drawable="@android:color/black"/>
|
||||||
|
<item android:state_focused="true" android:drawable="@android:color/black"/>
|
||||||
|
</selector>
|
@ -6,7 +6,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:id="@+id/main_drawer_options"
|
android:id="@+id/main_drawer_options"
|
||||||
android:background="#FF000000"
|
android:background="@drawable/no_focus_shown"
|
||||||
android:keepScreenOn="true">
|
android:keepScreenOn="true">
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user