|
|
@@ -1,6 +1,154 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ivCall"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@android:drawable/sym_action_call" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:text="Call"
|
|
|
+ android:textSize="42px"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_marginLeft="5dp"/>
|
|
|
+ <View
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="8"/>
|
|
|
+ <ToggleButton
|
|
|
+ android:id="@+id/tbCall"
|
|
|
+ android:text="ToggleButton"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/llCall"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="Nb blink : "/>
|
|
|
+ <app:com.sylvrec.incallsms.UI.StarRateView
|
|
|
+ android:id="@+id/StarRateCall"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="30dp"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="72px"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ivSMS"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@android:drawable/sym_action_chat" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:text="SMS"
|
|
|
+ android:textSize="42px"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_marginLeft="5dp"/>
|
|
|
+ <View
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="8"/>
|
|
|
+ <ToggleButton
|
|
|
+ android:id="@+id/tbSms"
|
|
|
+ android:text="ToggleButton"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/llSms"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="Nb blink : "/>
|
|
|
+ <app:com.sylvrec.incallsms.UI.StarRateView
|
|
|
+ android:id="@+id/StarRateSms"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="30dp"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="72px"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ivMMS"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@android:drawable/sym_action_email" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:text="MMS"
|
|
|
+ android:textSize="42px"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_marginLeft="5dp"/>
|
|
|
+ <View
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="8"/>
|
|
|
+ <ToggleButton
|
|
|
+ android:id="@+id/tbMms"
|
|
|
+ android:text="ToggleButton"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/llMms"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="Nb blink : "/>
|
|
|
+ <app:com.sylvrec.incallsms.UI.StarRateView
|
|
|
+ android:id="@+id/StarRateMms"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="30dp"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|