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

9 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_gravity="start" android:background="?attr/colorBackgroundTertiary" android:fitsSystemWindows="true" android:layout_width="@dimen/nav_panel_width" android:layout_height="match_parent">
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.guilds.list.WidgetGuildsList" android:id="@+id/widget_guilds" android:layout_width="@dimen/guild_list_size" android:layout_height="match_parent" android:layout_above="@+id/widget_profile_strip"/>
<androidx.fragment.app.FragmentContainerView android:name="com.discord.widgets.channels.list.WidgetChannelsList" android:id="@+id/widget_channels" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_above="@+id/widget_profile_strip" android:layout_toEndOf="@+id/widget_guilds"/>
<View android:background="@color/black_alpha_20" android:layout_width="match_parent" android:layout_height="0.25dp" android:layout_above="@+id/widget_profile_strip"/>
<FrameLayout android:id="@+id/widget_profile_strip" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true"/>
<TextView android:textColor="@color/primary_100" android:gravity="center" android:id="@+id/guild_list_add_hint" android:background="@drawable/asset_tooltip_server_create" android:padding="16dp" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="136dp" android:text="@string/add_a_server_mobile" android:lineSpacingMultiplier="1" android:layout_marginStart="14dp" style="@style/res_2131952577_uikit_textview_semibold"/>
</RelativeLayout>