Commit f1d265a 1 parent ab1d520 commit f1d265a Copy full SHA for f1d265a
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 93
93
android : layout_height =" wrap_content"
94
94
android : drawableLeft =" @android:drawable/ic_menu_preferences"
95
95
android : drawableStart =" @android:drawable/ic_menu_preferences"
96
+ android : visibility =" gone"
96
97
android : text =" @string/screen_tuning" />
97
98
98
99
<TextView
102
103
android : layout_height =" wrap_content"
103
104
android : drawableLeft =" @drawable/ic_action_radio"
104
105
android : drawableStart =" @drawable/ic_action_radio"
106
+ android : visibility =" gone"
105
107
android : text =" @string/screen_rc" />
106
108
107
109
<TextView
111
113
android : id =" @+id/navigation_calibration"
112
114
android : drawableLeft =" @drawable/ic_action_circles"
113
115
android : drawableStart =" @drawable/ic_action_circles"
116
+ android : visibility =" gone"
114
117
android : text =" @string/screen_cal"
115
118
/>
116
119
You can’t perform that action at this time.
0 commit comments