blob: bfdaacd44ba01e7a72f8ea054457560f540a21e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<merge
xmlnsandroid="http://schemas.android.com/apk/res/android"
xmlnstools="http://schemas.android.com/tools"
xmlnsapp="http://schemas.android.com/apk/res-auto"
>
<pwcloudefrpgButton
appinputBackground="@drawable/action_usual"
appbuttonCenterDistance="0"
appdeadZone="0"
androidid="@+id/hider"
androidlayout_width="wrap_content"
androidlayout_height="wrap_content"
androidlayout_gravity="top|right"
androidalpha=".5"
/>
<comandretietzandroidcontrollerActionView
androidid="@+id/viewDirection"
androidlayout_width="wrap_content"
androidlayout_height="wrap_content"
appbuttonCenterDistance="0.45"
appinputBackground="@drawable/direction_background"
appbutton1_enabled="@drawable/direction_right_usual"
appbutton1_pressed="@drawable/direction_right_pressed"
appbutton2_enabled="@drawable/direction_down_usual"
appbutton2_pressed="@drawable/direction_down_pressed"
appbutton3_enabled="@drawable/direction_left_usual"
appbutton3_pressed="@drawable/direction_left_pressed"
appbutton4_enabled="@drawable/direction_up_usual"
appbutton4_pressed="@drawable/direction_up_pressed"
androidlayout_gravity="bottom|left"
androidalpha=".5"
/>
<comandretietzandroidcontrollerActionView
androidid="@+id/viewAction"
androidlayout_width="wrap_content"
androidlayout_height="wrap_content"
androidlayout_gravity="bottom|right"
androidalpha=".5"
/>
</merge>
|