1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-07-13 21:38:10 +00:00

Made comments actions button smaller.

This commit is contained in:
Pierre
2018-03-25 09:11:59 +02:00
parent b45a869fa5
commit 396e82d7a6
5 changed files with 13 additions and 6 deletions
app/src/main
java
org
communiquons
android
comunic
client
res

@ -33,11 +33,12 @@
tools:text="A comment content" />
<!-- Comment actions -->
<ImageButton
<ImageView
style="@style/CommentActionsButton"
android:id="@+id/comment_actions_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@android:drawable/ic_menu_manage" />
android:layout_width="@dimen/comment_options_btn_width"
android:layout_height="@dimen/comment_options_btn_height"
android:src="@android:drawable/ic_menu_manage"
android:contentDescription="@string/comment_action_btn_description"/>
</LinearLayout>