mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 18:41:59 +00:00
Extract RedPhone string resources
// FREEBIE
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:visibility="visible"
|
||||
android:text="RedPhone Call"
|
||||
android:text="@string/redphone_call_card__signal_call"
|
||||
/>
|
||||
|
||||
<!-- Social status (currently unused) -->
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
android:layout_weight="1"
|
||||
android:src="@drawable/redphone_ic_end_call"
|
||||
android:background="@drawable/selectable_item_background"
|
||||
android:contentDescription="end call"/>
|
||||
android:contentDescription="@string/redphone_call_controls__end_call"/>
|
||||
</LinearLayout>
|
||||
|
||||
<!-- android:background="?android:attr/selectableItemBackground" -->
|
||||
@@ -199,7 +199,7 @@
|
||||
<ToggleButton android:id="@+id/audioButton"
|
||||
style="@style/InCallCompoundButton"
|
||||
android:background="@drawable/redphone_btn_compound_audio"
|
||||
android:contentDescription="Audio"
|
||||
android:contentDescription="@string/redphone_call_controls__audio"
|
||||
/>
|
||||
|
||||
<View
|
||||
@@ -212,7 +212,7 @@
|
||||
<ToggleButton android:id="@+id/muteButton"
|
||||
style="@style/InCallCompoundButton"
|
||||
android:background="@drawable/redphone_btn_compound_mute"
|
||||
android:contentDescription="Mute"
|
||||
android:contentDescription="@string/redphone_call_controls__mute"
|
||||
/>
|
||||
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user