discord-jadx/app/src/main/res/layout/widget_friends_nearby.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

11 lines
2.1 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/UiKit_ViewGroup_NestedScrollView">
<LinearLayout android:gravity="center" android:background="?attr/colorBackgroundPrimary" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/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/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/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/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/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/FriendsAdd_Button"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>