DirectionDragImageButton
This commit is contained in:
BIN
app/src/main/res/drawable-hdpi/ic_history_white_48dp.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_history_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 870 B |
BIN
app/src/main/res/drawable-mdpi/ic_history_white_48dp.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_history_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 604 B |
BIN
app/src/main/res/drawable-xhdpi/ic_history_white_48dp.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_history_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_history_white_48dp.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_history_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_history_white_48dp.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_history_white_48dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@@ -21,12 +21,11 @@
|
||||
~ Email: se.solovyev@gmail.com
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
<org.solovyev.android.views.dragbutton.DirectionDragButton
|
||||
<org.solovyev.android.views.dragbutton.DirectionDragImageButton
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
xmlns:c="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
a:id="@id/cpp_button_history"
|
||||
style="?attr/cpp_button_style_control"
|
||||
a:text="@string/c_history_button"
|
||||
a:textStyle="bold"
|
||||
c:directionTextDown="@string/cpp_kb_redo"
|
||||
c:directionTextUp="@string/cpp_kb_undo" />
|
||||
a:src="@drawable/ic_history_white_48dp"
|
||||
app:directionTextDown="@string/cpp_kb_redo"
|
||||
app:directionTextUp="@string/cpp_kb_undo" />
|
Reference in New Issue
Block a user