mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
removed tooltips (cf. #55)
This commit is contained in:
parent
0543bcda55
commit
6376845dc9
2 changed files with 9 additions and 12 deletions
|
@ -24,15 +24,18 @@
|
|||
|
||||
android:id="@+id/settings_actions_row_name"
|
||||
android:text=""
|
||||
android:textSize="20sp" />
|
||||
android:textSize="20sp"
|
||||
tools:text="Action label" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/settings_actions_row_description"
|
||||
android:gravity="start"
|
||||
android:visibility="gone"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="11sp" />
|
||||
android:gravity="start"
|
||||
android:textSize="11sp"
|
||||
android:visibility="visible"
|
||||
tools:text="A verbose description of how to perform the action" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue