UNPKG

helpshift-plugin-phonegap

Version:

Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project

22 lines 1.27 kB
<?xml version="1.0" encoding="utf-8"?> <view xmlns:android="http://schemas.android.com/apk/res/android" class="com.helpshift.app.ActionBarHelperBase$HomeView" android:layout_width="wrap_content" android:layout_height="fill_parent" android:background="?attr/hs__selectableItemBackground"> <ImageView android:id="@+id/hs__actionbar_compat_up" android:src="@drawable/hs__action_back" android:layout_gravity="center_vertical|left" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="-4dip" /> <ImageView android:id="@+id/hs__actionbar_compat_home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8dip" android:layout_gravity="center" android:adjustViewBounds="true" android:layout_marginTop="@dimen/hs__actionbar_compat_icon_vertical_padding" android:layout_marginBottom="@dimen/hs__actionbar_compat_icon_vertical_padding" android:scaleType="fitCenter" /> </view><!-- From: file:/Users/naiquevin/helpshift/code/r2d2/Helpshift/src/main/res/layout/hs__actionbar_compat_home.xml -->