mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
This commit is contained in:
parent
f4807a5e4b
commit
09a93d1d3b
1 changed files with 6 additions and 14 deletions
|
|
@ -54,43 +54,35 @@
|
||||||
android:id="@+id/fab_camera"
|
android:id="@+id/fab_camera"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:scaleType="center"
|
|
||||||
android:tint="@color/button_blue"
|
android:tint="@color/button_blue"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:backgroundTint="@color/main_background_light"
|
app:backgroundTint="@color/main_background_light"
|
||||||
app:elevation="6dp"
|
app:useCompatPadding="true"
|
||||||
|
app:elevation="4dp"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
android:layout_margin="8dp"
|
|
||||||
app:pressedTranslationZ="12dp"
|
|
||||||
app:srcCompat="@drawable/ic_photo_camera_white_24dp" />
|
app:srcCompat="@drawable/ic_photo_camera_white_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/fab_gallery"
|
android:id="@+id/fab_gallery"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:scaleType="center"
|
|
||||||
android:tint="@color/button_blue"
|
android:tint="@color/button_blue"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:backgroundTint="@color/main_background_light"
|
app:backgroundTint="@color/main_background_light"
|
||||||
app:elevation="6dp"
|
app:useCompatPadding="true"
|
||||||
|
app:elevation="4dp"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
android:layout_margin="8dp"
|
|
||||||
app:pressedTranslationZ="12dp"
|
|
||||||
app:srcCompat="@drawable/ic_photo_white_24dp" />
|
app:srcCompat="@drawable/ic_photo_white_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/fab_plus"
|
android:id="@+id/fab_plus"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:clickable="true"
|
|
||||||
android:visibility="visible"
|
android:visibility="visible"
|
||||||
app:backgroundTint="@color/status_bar_blue"
|
app:backgroundTint="@color/status_bar_blue"
|
||||||
app:elevation="12dp"
|
app:useCompatPadding="true"
|
||||||
app:fabSize="normal"
|
app:elevation="4dp"
|
||||||
android:layout_margin="8dp"
|
|
||||||
app:pressedTranslationZ="12dp"
|
|
||||||
app:srcCompat="@drawable/ic_add_white_24dp" />
|
app:srcCompat="@drawable/ic_add_white_24dp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue