DT @20.08.2015: First Commit
This commit is contained in:
19
app/src/main/res/layout/fragment_googleplus_button.xml
Normal file
19
app/src/main/res/layout/fragment_googleplus_button.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<FrameLayout android:id="@+id/gp_frame_layout" xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
|
||||
xmlns:bootstrap="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="org.deke.risk.riskahead.fragments.GooglePlusButtonFragment">
|
||||
|
||||
<com.beardedhen.androidbootstrap.BootstrapButton
|
||||
android:id="@+id/btn_login_gp"
|
||||
android:layout_width="225dp"
|
||||
android:layout_height="50dp"
|
||||
android:text="Google+"
|
||||
android:layout_above="@+id/btn_login_gp"
|
||||
bootstrap:bb_icon_left="fa-google-plus-square"
|
||||
bootstrap:bb_type="danger"
|
||||
bootstrap:bb_roundedCorners="true"
|
||||
/>
|
||||
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user