mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 15:57:34 +00:00
BIN
res/drawable-hdpi/ic_scroll_down.png
Normal file
BIN
res/drawable-hdpi/ic_scroll_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 629 B |
BIN
res/drawable-mdpi/ic_scroll_down.png
Normal file
BIN
res/drawable-mdpi/ic_scroll_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 416 B |
BIN
res/drawable-xhdpi/ic_scroll_down.png
Normal file
BIN
res/drawable-xhdpi/ic_scroll_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 692 B |
BIN
res/drawable-xxhdpi/ic_scroll_down.png
Normal file
BIN
res/drawable-xxhdpi/ic_scroll_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-xxxhdpi/ic_scroll_down.png
Normal file
BIN
res/drawable-xxxhdpi/ic_scroll_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 498 B |
@@ -2,7 +2,8 @@
|
||||
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@android:id/list"
|
||||
@@ -11,26 +12,29 @@
|
||||
android:scrollbars="vertical"
|
||||
android:cacheColorHint="?conversation_background" />
|
||||
|
||||
|
||||
<!--suppress AndroidLintUnusedAttribute-->
|
||||
<View android:id="@+id/compose_divider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@drawable/compose_divider_background"
|
||||
android:alpha="0"
|
||||
android:alpha="1"
|
||||
android:visibility="invisible" />
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/scroll_to_bottom_button"
|
||||
android:visibility="invisible"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/scroll_to_bottom_button_margin_end"
|
||||
android:layout_marginRight="@dimen/scroll_to_bottom_button_margin_end"
|
||||
android:layout_marginBottom="@dimen/scroll_to_bottom_button_margin_bottom"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:contentDescription="@string/conversation_fragment__scroll_to_the_bottom_content_description"
|
||||
android:src="@drawable/ic_keyboard_arrow_down_white_36dp" />
|
||||
<ImageButton
|
||||
android:id="@+id/scroll_to_bottom_button"
|
||||
android:visibility="gone"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:padding="5dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:background="@drawable/circle_tintable"
|
||||
android:tint="@color/grey_600"
|
||||
android:elevation="1dp"
|
||||
android:alpha="0.9"
|
||||
android:contentDescription="@string/conversation_fragment__scroll_to_the_bottom_content_description"
|
||||
android:src="@drawable/ic_scroll_down"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
@@ -66,7 +66,4 @@
|
||||
<dimen name="onboarding_subtitle_size">20sp</dimen>
|
||||
|
||||
<dimen name="scribble_stroke_size">3dp</dimen>
|
||||
|
||||
<dimen name="scroll_to_bottom_button_margin_end">10dp</dimen>
|
||||
<dimen name="scroll_to_bottom_button_margin_bottom">10dp</dimen>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user