| 21478 |
rajender |
1 |
<?xml version="1.0"?>
|
|
|
2 |
<!-- Padding is hard coded in the component, to work around some limitations of CheckedTextView -->
|
|
|
3 |
<com.mixpanel.android.surveys.SurveyChoiceView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
android:layout_width="match_parent"
|
|
|
5 |
android:layout_height="wrap_content"
|
|
|
6 |
android:orientation="horizontal"
|
|
|
7 |
android:background="@drawable/com_mixpanel_android_choice_middle_states"
|
|
|
8 |
android:id="@+id/com_mixpanel_android_multiple_choice_answer_text"
|
|
|
9 |
android:gravity="center_vertical"
|
|
|
10 |
android:textColor="#ffffff"
|
|
|
11 |
android:ellipsize="end"
|
|
|
12 |
android:maxLines="3"
|
|
|
13 |
android:checkMark="@drawable/com_mixpanel_android_checkmark_states"
|
|
|
14 |
/>
|
|
|
15 |
<!-- From: file:/Users/joe/Desktop/mixpanel-android/src/main/res/layout/com_mixpanel_android_middle_choice_answer.xml -->
|