|
|
@@ -28,18 +28,18 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"/>
|
|
|
|
|
|
- <!--<android.support.design.widget.FloatingActionButton-->
|
|
|
- <!--android:id="@+id/button_write_faq"-->
|
|
|
- <!--android:layout_width="44dp"-->
|
|
|
- <!--android:layout_height="44dp"-->
|
|
|
- <!--android:layout_alignParentBottom="true"-->
|
|
|
- <!--android:layout_alignParentEnd="true"-->
|
|
|
- <!--android:layout_gravity="bottom|end"-->
|
|
|
- <!--android:layout_marginBottom="22dp"-->
|
|
|
- <!--android:layout_marginEnd="22dp"-->
|
|
|
- <!--app:srcCompat="@drawable/icon_inqurebtn"-->
|
|
|
- <!--android:scaleType="center"-->
|
|
|
- <!--/>-->
|
|
|
+ <android.support.design.widget.FloatingActionButton
|
|
|
+ android:id="@+id/button_write_faq"
|
|
|
+ android:layout_width="44dp"
|
|
|
+ android:layout_height="44dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_gravity="bottom|end"
|
|
|
+ android:layout_marginBottom="22dp"
|
|
|
+ android:layout_marginEnd="22dp"
|
|
|
+ app:srcCompat="@drawable/icon_inqurebtn"
|
|
|
+ android:scaleType="center"
|
|
|
+ />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|