mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +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
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/voice_recording_lock"
|
android:id="@+id/voice_recording_lock"
|
||||||
android:layout_width="48dp"
|
android:layout_width="@dimen/min_size_clickable_area"
|
||||||
android:layout_height="48dp"
|
android:layout_height="@dimen/min_size_clickable_area"
|
||||||
style="?attr/floatingActionButtonSmallStyle"
|
android:layout_alignParentEnd="true"
|
||||||
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginEnd="@dimen/standard_margin"
|
android:layout_marginEnd="@dimen/standard_margin"
|
||||||
android:layout_marginBottom="@dimen/standard_margin"
|
android:layout_marginBottom="@dimen/standard_margin"
|
||||||
android:layout_alignParentBottom="true"
|
android:contentDescription="@string/continuous_voice_message_recording"
|
||||||
android:layout_alignParentEnd="true"
|
android:visibility="gone"
|
||||||
app:srcCompat="@drawable/ic_lock_open_grey600_24dp"
|
app:fabCustomSize="@dimen/min_size_clickable_area"
|
||||||
android:visibility="gone" />
|
app:srcCompat="@drawable/ic_lock_open_grey600_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/scrollDownButton"
|
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_direct_value" translatable="false">8080</string>
|
||||||
<string name="nc_settings_socks_value" translatable="false">1080</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="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>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user