mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 05:29:54 +01:00
make FAB 48x48 and accessible
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
f0ba16a275
commit
26c86f0240
@ -134,15 +134,16 @@
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/voice_recording_lock"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
style="?attr/floatingActionButtonSmallStyle"
|
||||
android:layout_width="@dimen/min_size_clickable_area"
|
||||
android:layout_height="@dimen/min_size_clickable_area"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginEnd="@dimen/standard_margin"
|
||||
android:layout_marginBottom="@dimen/standard_margin"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
app:srcCompat="@drawable/ic_lock_open_grey600_24dp"
|
||||
android:visibility="gone" />
|
||||
android:contentDescription="@string/continuous_voice_message_recording"
|
||||
android:visibility="gone"
|
||||
app:fabCustomSize="@dimen/min_size_clickable_area"
|
||||
app:srcCompat="@drawable/ic_lock_open_grey600_24dp" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/scrollDownButton"
|
||||
|
@ -691,5 +691,6 @@ How to translate with transifex:
|
||||
<string name="nc_settings_direct_value" translatable="false">8080</string>
|
||||
<string name="nc_settings_socks_value" translatable="false">1080</string>
|
||||
<string name="this_is_a_test_message">This is a test message</string>
|
||||
<string name="continuous_voice_message_recording">Lock recording for continuously recording of the voice message</string>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user