helpshift-plugin-phonegap
Version:
Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project
13 lines • 597 B
text/xml
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/hs__msgPreferredItemPaddingTop"
android:paddingBottom="@dimen/hs__msgPreferredItemPaddingBottom"
android:gravity="center"
android:autoLink="all"
android:textColor="?attr/hs__faqHelpfulButtonTextColor"
/>
<!-- From: file:/Users/naiquevin/helpshift/code/r2d2/Helpshift/src/main/res/layout/hs__msg_review_accepted.xml -->