Update icons
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 2.7 KiB |
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<item android:drawable="@drawable/tab_icon_panel_background_pushed" android:state_selected="true"/>
|
|
||||||
<item android:drawable="@drawable/tab_icon_panel_background" />
|
|
||||||
|
|
||||||
</selector>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
||||||
<item>
|
|
||||||
<bitmap android:src="@drawable/tab_icon_panel" />
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<bitmap android:src="@drawable/tab_icon_panel_pushed_line" />
|
|
||||||
</item>
|
|
||||||
</layer-list>
|
|
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<bitmap android:src="@drawable/tab_icon_panel" />
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<bitmap android:src="@drawable/tab_icon_panel_pushed" />
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<bitmap android:src="@drawable/tab_icon_panel_pushed_line" />
|
|
||||||
</item>
|
|
||||||
</layer-list>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:id="@+id/tab_title"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:gravity="center"
|
|
||||||
android:singleLine="true" />
|
|