|
@ -1,17 +1,17 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<RelativeLayout |
|
|
<LinearLayout |
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent"> |
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<me.zhanghai.android.materialprogressbar.MaterialProgressBar |
|
|
<me.zhanghai.android.materialprogressbar.MaterialProgressBar |
|
|
android:id="@+id/progressBar" |
|
|
android:id="@+id/progressBar" |
|
|
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal.NoPadding" |
|
|
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal.NoPadding" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="@dimen/progress_bar_height" |
|
|
android:layout_height="@dimen/progress_bar_height" |
|
|
android:layout_alignParentTop="true" |
|
|
|
|
|
android:indeterminate="true" |
|
|
android:indeterminate="true" |
|
|
android:visibility="invisible" |
|
|
android:visibility="invisible" |
|
|
app:mpb_indeterminateTint="@color/accent" |
|
|
app:mpb_indeterminateTint="@color/accent" |
|
@ -20,13 +20,14 @@ |
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout |
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout |
|
|
android:id="@+id/swiperefresh" |
|
|
android:id="@+id/swiperefresh" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent"> |
|
|
android:layout_height="0dp" |
|
|
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
|
<gr.thmmy.mthmmy.utils.CustomRecyclerView |
|
|
<gr.thmmy.mthmmy.utils.CustomRecyclerView |
|
|
android:id="@+id/shoutbox_recyclerview" |
|
|
android:id="@+id/shoutbox_recyclerview" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
tools:listitem="@layout/shout"/> |
|
|
tools:listitem="@layout/shout"/> |
|
|
|
|
|
|
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
|
|
|
|
|
|
|
@ -34,6 +35,13 @@ |
|
|
android:id="@+id/edior_view" |
|
|
android:id="@+id/edior_view" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_below="@id/swiperefresh"/> |
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
android:layout_marginEnd="8dp"/> |
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
<gr.thmmy.mthmmy.editorview.EmojiKeyboard |
|
|
|
|
|
android:id="@+id/emoji_keyboard" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="180dp" |
|
|
|
|
|
android:visibility="gone"/> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |