This commit is contained in:
lunaticbum
2024-08-27 19:00:43 +09:00
parent 55f2c3272c
commit 75df1bf324
13 changed files with 860 additions and 85 deletions
+24
View File
@@ -5,6 +5,26 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:layout_margin="30dp"
android:id="@+id/searcher_01"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="0dp"
android:alpha="0.01"
android:layout_height="0dp"/>
<View
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="0dp"
android:background="#11000000"
android:layout_height="0dp"/>
<com.google.android.material.progressindicator.CircularProgressIndicator
android:id="@+id/batteryProgress"
@@ -76,6 +96,7 @@
android:layout_height="40dp"
app:layout_constraintTop_toBottomOf="@+id/batteryProgress"
>
<RadioButton
android:id="@+id/missedCalls"
android:button="@null"
@@ -85,7 +106,9 @@
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<RadioButton
android:id="@+id/otherCheck"
android:gravity="center"
android:button="@null"
android:text="투두"
@@ -93,6 +116,7 @@
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<RadioButton
android:id="@+id/recentSms"
android:gravity="center"