Icons changed
@ -112,7 +112,7 @@ public class ActivityUi extends BaseUi {
|
|||||||
toggleTitle(activity, actionBar, true);
|
toggleTitle(activity, actionBar, true);
|
||||||
|
|
||||||
if (!homeAsUp) {
|
if (!homeAsUp) {
|
||||||
actionBar.setIcon(R.drawable.ab_icon);
|
actionBar.setIcon(R.drawable.ab_logo);
|
||||||
}
|
}
|
||||||
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
|
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
|
||||||
}
|
}
|
||||||
|
BIN
android-app/src/main/res/drawable-hdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 910 B |
Before Width: | Height: | Size: 1.8 KiB |
BIN
android-app/src/main/res/drawable-hdpi/ab_logo.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB |
0
android-app/src/main/res/drawable-ldpi/.emptyfolder
Normal file
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 942 B |
BIN
android-app/src/main/res/drawable-mdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 1.7 KiB |
BIN
android-app/src/main/res/drawable-mdpi/ab_logo.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 860 B |
BIN
android-app/src/main/res/drawable-xhdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.8 KiB |
BIN
android-app/src/main/res/drawable-xhdpi/ab_logo.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB |
BIN
android-app/src/main/res/drawable-xxhdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
android-app/src/main/res/drawable-xxhdpi/ab_logo.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.4 KiB |
BIN
android-app/src/main/res/drawable-xxxhdpi/ab_logo.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<item
|
<item
|
||||||
a:id="@+id/menu_history_toggle_datetime"
|
a:id="@+id/menu_history_toggle_datetime"
|
||||||
a:icon="@drawable/ic_access_time_grey600_48dp"
|
a:icon="@drawable/ab_clock"
|
||||||
a:title="@string/c_toggle_datetime"
|
a:title="@string/c_toggle_datetime"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
|
|
||||||
|