mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 12:22:18 +00:00
Make the app work with RTL languages
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
android:id="@+id/quick_audio_toggle"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@null"
|
||||
android:contentDescription="@string/conversation_activity__quick_attachment_drawer_record_and_send_audio_description"
|
||||
android:scaleType="centerInside"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:tint="@color/text"
|
||||
app:srcCompat="@drawable/ic_microphone" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user