Changes of com.discord v1070
This commit is contained in:
parent
dc10ee3234
commit
c6f92f590d
926 changed files with 28876 additions and 21261 deletions
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<View android:layout_width="fill_parent" android:layout_height="0.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="?colorBackgroundSecondary" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup"
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@id/widget_channels_list_container" android:background="?colorBackgroundSecondary" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<com.discord.views.CustomAppBarLayout android:id="@id/app_bar_layout" android:background="?colorBackgroundSecondary" style="@style/AppTheme.AppBarLayout">
|
||||
<com.google.android.material.appbar.CollapsingToolbarLayout android:id="@id/collapsing_toolbar" android:layout_width="fill_parent" android:layout_height="fill_parent" app:contentScrim="?colorBackgroundSecondary" app:layout_scrollFlags="exitUntilCollapsed|scroll" app:scrimVisibleHeightTrigger="0.0dip">
|
||||
|
|
10
com.discord/res/layout/widget_home_overlapping_panels.xml
Normal file
10
com.discord/res/layout/widget_home_overlapping_panels.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout style="@style/UiKit.ViewGroup.Page"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include layout="@layout/widget_main_panel_loading" />
|
||||
<com.discord.widgets.main.OverlappingPanelsLayout android:id="@id/widget_home_overlapping_panels_container" style="@style/UiKit.ViewGroup.Page">
|
||||
<include android:id="@id/main_panel_left" layout="@layout/widget_main_panel_left" />
|
||||
<include layout="@layout/widget_main_panel_center" />
|
||||
<include layout="@layout/widget_main_panel_right" />
|
||||
</com.discord.widgets.main.OverlappingPanelsLayout>
|
||||
</FrameLayout>
|
5
com.discord/res/layout/widget_home_tab.xml
Normal file
5
com.discord/res/layout/widget_home_tab.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout android:id="@id/widget_home_tab_container" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<FrameLayout android:id="@id/widget_home_tab_content" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
</FrameLayout>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true"
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include layout="@layout/widget_main_panel_center_content" />
|
||||
</RelativeLayout>
|
|
@ -2,7 +2,7 @@
|
|||
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/widget_tabs_host_container" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<FrameLayout android:id="@id/widget_tabs_host_nav_host" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent">
|
||||
<fragment android:name="com.discord.widgets.main.WidgetMain" android:id="@id/widget_tabs_host_home" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
<fragment android:name="com.discord.widgets.main.WidgetHomeTab" android:id="@id/widget_tabs_host_home" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
<FrameLayout android:id="@id/widget_tabs_host_non_fullscreen_nav_host" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
<fragment android:name="com.discord.widgets.friends.WidgetFriendsTab" android:id="@id/widget_tabs_host_friends" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
<fragment android:name="com.discord.widgets.user.WidgetUserMentions" android:id="@id/widget_tabs_host_mentions" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue