|
|
@ -62,12 +62,17 @@ |
|
|
</FrameLayout> |
|
|
</FrameLayout> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
android:id="@+id/search_background" |
|
|
android:id="@+id/search_background" |
|
|
style="?attr/materialCardViewFilledStyle" |
|
|
style="?attr/materialCardViewFilledStyle" |
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="48dp" |
|
|
android:layout_height="48dp" |
|
|
android:layout_marginHorizontal="16dp" |
|
|
|
|
|
|
|
|
android:layout_marginStart="16dp" |
|
|
android:layout_marginTop="12dp" |
|
|
android:layout_marginTop="12dp" |
|
|
app:cardCornerRadius="24dp"> |
|
|
app:cardCornerRadius="24dp"> |
|
|
|
|
|
|
|
|
@ -89,13 +94,14 @@ |
|
|
|
|
|
|
|
|
<EditText |
|
|
<EditText |
|
|
android:id="@+id/search_text" |
|
|
android:id="@+id/search_text" |
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
|
android:layout_width="180dp" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:background="@android:color/transparent" |
|
|
android:background="@android:color/transparent" |
|
|
android:hint="@string/multiplayer_search_public_lobbies" |
|
|
android:hint="@string/multiplayer_search_public_lobbies" |
|
|
android:imeOptions="flagNoFullscreen" |
|
|
android:imeOptions="flagNoFullscreen" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
android:maxLines="1" /> |
|
|
android:maxLines="1" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
@ -109,8 +115,19 @@ |
|
|
android:visibility="invisible" |
|
|
android:visibility="invisible" |
|
|
app:tint="?attr/colorOnSurfaceVariant" |
|
|
app:tint="?attr/colorOnSurfaceVariant" |
|
|
tools:visibility="visible" /> |
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
|
|
android:id="@+id/btn_submit" |
|
|
|
|
|
style="@style/Widget.Material3.Button.ElevatedButton" |
|
|
|
|
|
android:layout_width="110dp" |
|
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
|
android:layout_marginTop="12dp" |
|
|
|
|
|
android:text="@string/submit" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalScrollView |
|
|
<HorizontalScrollView |
|
|
android:id="@+id/horizontalScrollView" |
|
|
android:id="@+id/horizontalScrollView" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
|