helpshift-plugin-phonegap
Version:
Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project
11 lines • 528 B
text/xml
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/search_result_message"
android:text="@string/hs__search_result_message"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="15dp"
android:gravity="center" />
<!-- From: file:/Users/naiquevin/helpshift/code/r2d2/Helpshift/src/main/res/layout/hs__search_result_header.xml -->