Edit history

Get history from API


cleaning


Updated change log


Missing copyrights


Code review


cleaning
This commit is contained in:
Valere
2019-07-15 14:26:13 +02:00
parent 4d2ab9fa31
commit 25f1d21bc7
29 changed files with 613 additions and 77 deletions

View File

@ -7,23 +7,14 @@
android:orientation="vertical">
<TextView
android:id="@+id/bottomSheetTitle"
android:layout_width="match_parent"
android:layout_height="44dp"
android:gravity="center_vertical"
android:padding="8dp"
android:text="@string/reactions"
android:textColor="?android:textColorSecondary"
android:textSize="16sp" />
<ProgressBar
android:id="@+id/bottomSheetViewReactionSpinner"
style="?android:attr/progressBarStyleSmall"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:visibility="gone"
tools:visibility="visible" />
android:textSize="16sp"
tools:text="@string/reactions" />
<com.airbnb.epoxy.EpoxyRecyclerView
android:id="@+id/bottom_sheet_display_reactions_list"

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/itemGenericHeaderText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="16dp"
android:paddingTop="4dp"
android:paddingRight="16dp"
android:paddingBottom="4dp"
android:textColor="?vctr_notice_text_color"
android:textSize="15sp"
android:textStyle="bold"
tools:text="Today" />

View File

@ -0,0 +1,6 @@
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/genericProgressSpinner"
style="?android:attr/progressBarStyleSmall"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp" />

View File

@ -21,4 +21,8 @@
<string name="riotx_no_registration_notice_colored_part">Use the old app</string>
<string name="message_edits">Message Edits</string>
<string name="no_message_edits_found">No edits found</string>
</resources>