mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
SearchView changed to EditView. Still needs functionality and more adjustments.
This commit is contained in:
parent
e14eb149b2
commit
8963b97149
7 changed files with 90 additions and 24 deletions
|
|
@ -20,14 +20,17 @@
|
|||
android:layout_weight="1"
|
||||
android:textAlignment="center"
|
||||
android:textColor="#F3F3F3"
|
||||
android:textSize="70sp" />
|
||||
android:textSize="70sp"
|
||||
android:fontFamily= "@null"
|
||||
android:textAppearance= "@android:style/TextAppearance.DeviceDefault" />
|
||||
|
||||
<Button
|
||||
<androidx.appcompat.widget.AppCompatButton
|
||||
android:id="@+id/button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.1"
|
||||
android:onClick="openAppMenuActivity"
|
||||
android:text="Button" />
|
||||
android:text="Button"
|
||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue