Use material icons in widget
This commit is contained in:
parent
a753ca0562
commit
3dabe37576
@ -21,9 +21,8 @@
|
|||||||
~ Email: se.solovyev@gmail.com
|
~ Email: se.solovyev@gmail.com
|
||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_history"
|
a:id="@id/cpp_button_history"
|
||||||
style="@style/CppKeyboardButton.Metro.Simple.Control"
|
style="@style/CppKeyboardButton.Metro.Simple.Control.Image"
|
||||||
a:text="@string/c_history_button"
|
a:src="@drawable/ic_history_white_48dp"/>
|
||||||
a:textStyle="bold" />
|
|
@ -21,9 +21,8 @@
|
|||||||
~ Email: se.solovyev@gmail.com
|
~ Email: se.solovyev@gmail.com
|
||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_history"
|
a:id="@id/cpp_button_history"
|
||||||
style="@style/CppKeyboardButton.Material.Simple.Control"
|
style="@style/CppKeyboardButton.Material.Simple.Control.Image"
|
||||||
a:text="@string/c_history_button"
|
a:src="@drawable/ic_history_white_48dp"/>
|
||||||
a:textStyle="bold" />
|
|
@ -21,9 +21,8 @@
|
|||||||
~ Email: se.solovyev@gmail.com
|
~ Email: se.solovyev@gmail.com
|
||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_history"
|
a:id="@id/cpp_button_history"
|
||||||
style="@style/CppKeyboardButton.Material.Light.Simple.Control"
|
style="@style/CppKeyboardButton.Material.Light.Simple.Control.Image"
|
||||||
a:text="@string/c_history_button"
|
a:src="@drawable/ic_history_white_48dp"/>
|
||||||
a:textStyle="bold" />
|
|
@ -22,8 +22,8 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_left"
|
a:id="@id/cpp_button_left"
|
||||||
style="@style/CppKeyboardButton.Metro.Simple.Control"
|
style="@style/CppKeyboardButton.Metro.Simple.Control.Image"
|
||||||
a:text="◁" />
|
a:src="@drawable/ic_keyboard_arrow_left_white_48dp" />
|
@ -22,8 +22,8 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_left"
|
a:id="@id/cpp_button_left"
|
||||||
style="@style/CppKeyboardButton.Material.Simple.Control"
|
style="@style/CppKeyboardButton.Material.Simple.Control.Image"
|
||||||
a:text="◁" />
|
a:src="@drawable/ic_keyboard_arrow_left_white_48dp" />
|
@ -22,8 +22,8 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_left"
|
a:id="@id/cpp_button_left"
|
||||||
style="@style/CppKeyboardButton.Material.Light.Simple.Control"
|
style="@style/CppKeyboardButton.Material.Light.Simple.Control.Image"
|
||||||
a:text="◁" />
|
a:src="@drawable/ic_keyboard_arrow_left_white_48dp" />
|
@ -22,8 +22,8 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_right"
|
a:id="@id/cpp_button_right"
|
||||||
style="@style/CppKeyboardButton.Metro.Simple.Control"
|
style="@style/CppKeyboardButton.Metro.Simple.Control.Image"
|
||||||
a:text="▷" />
|
a:src="@drawable/ic_keyboard_arrow_right_white_48dp" />
|
@ -22,8 +22,8 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_right"
|
a:id="@id/cpp_button_right"
|
||||||
style="@style/CppKeyboardButton.Material.Simple.Control"
|
style="@style/CppKeyboardButton.Material.Simple.Control.Image"
|
||||||
a:text="▷" />
|
a:src="@drawable/ic_keyboard_arrow_right_white_48dp" />
|
@ -22,8 +22,8 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_right"
|
a:id="@id/cpp_button_right"
|
||||||
style="@style/CppKeyboardButton.Material.Light.Simple.Control"
|
style="@style/CppKeyboardButton.Material.Light.Simple.Control.Image"
|
||||||
a:text="▷" />
|
a:src="@drawable/ic_keyboard_arrow_right_white_48dp" />
|
Loading…
Reference in New Issue
Block a user