mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Some kind of a preliminary widget menu
This commit is contained in:
parent
114bb560ea
commit
757c55fa29
9 changed files with 196 additions and 3 deletions
|
|
@ -190,6 +190,22 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_weight="0.22" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/widgets"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="0.09"
|
||||
android:autoSizeTextType="uniform"
|
||||
android:clickable="false"
|
||||
android:drawablePadding="3dp"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingHorizontal="20dp"
|
||||
android:shadowColor="#00FFFFFF"
|
||||
android:shadowRadius="10"
|
||||
android:text="Widgets"
|
||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault"
|
||||
android:textColor="#F3F3F3"
|
||||
android:visibility="visible" />
|
||||
<TextView
|
||||
android:id="@+id/app1"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue