helpshift-plugin-phonegap
Version:
Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project
57 lines (52 loc) • 2.1 kB
text/xml
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:paddingLeft="@dimen/hs__msgPreferredItemPaddingLeft"
android:paddingTop="@dimen/hs__msgPreferredItemPaddingTop"
android:paddingBottom="@dimen/hs__msgPreferredItemPaddingBottom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<LinearLayout
android:orientation="vertical"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.80"
>
<LinearLayout
android:id="@+id/admin_message"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/hs__chatBubbleAdminBackground"
>
<TextView
android:id="@android:id/text1"
android:textColor="?attr/hs__messagesTextColor"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:autoLink="all"
android:paddingTop="@dimen/hs__msgPreferredItemPaddingTop"
android:paddingBottom="@dimen/hs__msgPreferredItemPaddingBottom"
android:paddingLeft="@dimen/hs__msgPreferredItemPaddingLeft"
android:paddingRight="@dimen/hs__msgPreferredItemPaddingRight"
/>
</LinearLayout>
<TextView
android:id="@android:id/text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/hs__msg_timestamp_padding"
android:textSize="@dimen/hs__textSizeSmall"
android:alpha="@dimen/hs__msg_timestamp_alpha"
android:paddingTop="3dp"
/>
</LinearLayout>
<View
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.20"
/>
</LinearLayout>
<!-- From: file:/Users/naiquevin/helpshift/code/r2d2/Helpshift/src/main/res/layout/hs__msg_txt_admin.xml -->