mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 16:33:56 +00:00
feat: swap source with status
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:hint="@string/status_title"
|
android:hint="@string/source"
|
||||||
app:boxCornerRadiusBottomEnd="16dp"
|
app:boxCornerRadiusBottomEnd="16dp"
|
||||||
app:boxCornerRadiusBottomStart="16dp"
|
app:boxCornerRadiusBottomStart="16dp"
|
||||||
app:boxCornerRadiusTopEnd="16dp"
|
app:boxCornerRadiusTopEnd="16dp"
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
app:hintAnimationEnabled="true">
|
app:hintAnimationEnabled="true">
|
||||||
|
|
||||||
<AutoCompleteTextView
|
<AutoCompleteTextView
|
||||||
android:id="@+id/searchStatus"
|
android:id="@+id/searchSource"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:hint="@string/source"
|
android:hint="@string/status_title"
|
||||||
app:boxCornerRadiusBottomEnd="16dp"
|
app:boxCornerRadiusBottomEnd="16dp"
|
||||||
app:boxCornerRadiusBottomStart="16dp"
|
app:boxCornerRadiusBottomStart="16dp"
|
||||||
app:boxCornerRadiusTopEnd="16dp"
|
app:boxCornerRadiusTopEnd="16dp"
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
app:hintAnimationEnabled="true">
|
app:hintAnimationEnabled="true">
|
||||||
|
|
||||||
<AutoCompleteTextView
|
<AutoCompleteTextView
|
||||||
android:id="@+id/searchSource"
|
android:id="@+id/searchStatus"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user