mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-05 18:34:18 +02:00
* app refactoring
* uinput driver
This commit is contained in:
parent
1b93a87ed0
commit
cef17da6d2
34 changed files with 251 additions and 103 deletions
13
app-android/res/menu/activity_canvas.xml
Normal file
13
app-android/res/menu/activity_canvas.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/menu_settings" android:onClick="showSettings"/>
|
||||
|
||||
<item
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_about" android:onClick="showAbout"/>
|
||||
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue