Extract RedPhone string resources

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-09-24 16:53:48 -07:00
parent b68691bf05
commit 123c7b2119
7 changed files with 66 additions and 45 deletions

View File

@@ -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) -->

View File

@@ -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