This commit is contained in:
lunaticbum
2024-08-27 20:01:05 +09:00
parent 467b0dc720
commit 69510bdbb9
5 changed files with 25 additions and 14 deletions
+7 -10
View File
@@ -1,28 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto">
<rasel.lunar.launcher.view.CircleImageView
<!--rasel.lunar.launcher.view.CircleImageView-->
<ImageView
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:id="@+id/circle_preview"
style="@style/SearchMenuItem"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:layout_width="0dp"
android:layout_height="20dp"/>
android:layout_width="40dp"
android:layout_height="40dp"/>
<com.google.android.material.textview.MaterialTextView
android:id="@+id/itemText"
android:layout_width="@dimen/zero"
android:layout_height="40dp"
android:padding="@dimen/twelve"
android:singleLine="false"
android:lines="0"
android:lines="3"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"