add an option for calling contact on click

This commit is contained in:
tibbi
2017-12-11 21:49:42 +01:00
parent db2ee05b5c
commit 209953c878
9 changed files with 54 additions and 1 deletions

View File

@@ -69,5 +69,25 @@
android:text="@string/show_info_bubble"/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_call_contact_on_click_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:padding="@dimen/activity_margin">
<com.simplemobiletools.commons.views.MySwitchCompat
android:id="@+id/settings_call_contact_on_click"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:clickable="false"
android:paddingLeft="@dimen/medium_margin"
android:paddingStart="@dimen/medium_margin"
android:text="@string/call_contact_on_click"/>
</RelativeLayout>
</LinearLayout>
</ScrollView>