|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 407 B |
|
After Width: | Height: | Size: 834 B |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 254 B |
|
After Width: | Height: | Size: 738 B |
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:state_pressed="true" android:drawable="@drawable/ripple_dark"/>
|
||||||
|
<item android:state_pressed="false" android:drawable="@color/drawer_background_dark"/>
|
||||||
|
</selector>
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:color="?android:colorControlHighlight">
|
||||||
|
<item android:id="@android:id/mask" android:drawable="@color/drawer_background_selected_dark"/>
|
||||||
|
<item android:drawable="@color/drawer_background_selected_dark"/>
|
||||||
|
</ripple>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 649 B |
|
After Width: | Height: | Size: 549 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 554 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 315 B |
|
After Width: | Height: | Size: 851 B |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 939 B |
|
After Width: | Height: | Size: 830 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 786 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 882 B |
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:state_pressed="true" android:drawable="@color/drawer_background_selected_dark"/>
|
||||||
|
<item android:state_pressed="false" android:drawable="@color/drawer_background_dark"/>
|
||||||
|
</selector>
|
||||||
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 361 B |
|
After Width: | Height: | Size: 320 B |
|
After Width: | Height: | Size: 599 B |
|
After Width: | Height: | Size: 306 B |
|
After Width: | Height: | Size: 526 B |
|
After Width: | Height: | Size: 210 B |
|
After Width: | Height: | Size: 552 B |
@ -0,0 +1,9 @@
|
|||||||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:id="@android:id/text1"
|
||||||
|
style="?android:attr/spinnerItemStyle"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:ellipsize="marquee"
|
||||||
|
android:textColor="?attr/asTextColor"
|
||||||
|
android:textAlignment="inherit"/>
|
||||||
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="DialogTheme" parent="@android:style/Theme.Dialog">
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="TEA_Dialog_Light_ICS" parent="@android:style/Theme.Holo.Light.Dialog">
|
|
||||||
<item name="android:windowFrame">@null</item>
|
|
||||||
<item name="android:windowTitleStyle">@style/TEA_DialogWindowTitle</item>
|
|
||||||
<item name="android:windowIsFloating">true</item>
|
|
||||||
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
|
||||||
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
|
||||||
<item name="asTextColor">#000000</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</resources>
|
|
||||||
@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="TEA_Dialog" parent="Theme.AppCompat.Light.Dialog">
|
||||||
|
<item name="android:windowFrame">@null</item>
|
||||||
|
<item name="android:windowIsFloating">true</item>
|
||||||
|
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
||||||
|
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
||||||
|
<item name="asTextColor">@android:color/black</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TEA_Dialog_Dark" parent="Theme.AppCompat.Dialog">
|
||||||
|
<item name="android:windowFrame">@null</item>
|
||||||
|
<item name="android:windowIsFloating">true</item>
|
||||||
|
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
||||||
|
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
||||||
|
<item name="asTextColor">@android:color/white</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="TextBoxText">
|
||||||
|
<item name="android:textColor">?attr/asTextColor</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</resources>
|
||||||
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
<style name="AppThemeBase" parent="Theme.AppCompat.Light.NoActionBar">
|
||||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||