mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Finished shortcut renaming functionality
This commit is contained in:
parent
902d7abac9
commit
d3401eb9d5
2 changed files with 38 additions and 40 deletions
|
|
@ -21,29 +21,22 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/menuTitleLayout"
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/menuTitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="40dp"
|
||||
android:paddingTop="20dp"
|
||||
android:paddingRight="40dp"
|
||||
android:paddingBottom="20dp">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/menuTitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:color/transparent"
|
||||
android:clickable="false"
|
||||
android:gravity="start"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault"
|
||||
android:textColor="#C1F3F3F3"
|
||||
android:textSize="36sp"
|
||||
app:drawableStartCompat="@drawable/edit_24px" />
|
||||
|
||||
</FrameLayout>
|
||||
android:paddingBottom="20dp"
|
||||
android:background="@android:color/transparent"
|
||||
android:clickable="false"
|
||||
android:gravity="start"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault"
|
||||
android:textColor="#C1F3F3F3"
|
||||
android:textSize="36sp"
|
||||
app:drawableStartCompat="@drawable/edit_24px" />
|
||||
|
||||
<ViewSwitcher
|
||||
android:id="@+id/menuView"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue