discord-jadx/app/src/main/res/layout/widget_friends_nearby.xml

12 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:gravity="center" android:background="?attr/colorBackgroundPrimary" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.rlottie.RLottieImageView android:id="@+id/nearby_friends_searching_lottie" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:gravity="center" android:id="@+id/nearby_friends_searching_title" android:layout_marginTop="32dp" android:text="@string/add_friend_nearby_title" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderSecondary" android:gravity="center" android:id="@+id/nearby_friends_searching_body" android:layout_marginTop="8dp" android:text="@string/add_friend_nearby_body" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textSize="@dimen/uikit_settings_item_header_size" android:layout_gravity="center" android:id="@+id/nearby_friends_learn_more" android:padding="4dp" android:layout_marginTop="4dp" android:text="@string/learn_more" app:fontFamily="?attr/font_primary_semibold" style="@style/res_2131952570_uikit_textview_link"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/nearby_friends_recycler" android:background="@drawable/drawable_rect_rounded_white_corner_radius_8dp" android:layout_marginTop="32dp" android:backgroundTint="?attr/colorBackgroundSecondary" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
<com.google.android.material.button.MaterialButton android:layout_gravity="center_horizontal" android:id="@+id/nearby_friends_enable" android:layout_marginTop="32dp" android:text="@string/add_friend_nearby_enable" android:textAllCaps="true" style="@style/res_2131952000_friendsadd_button"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>