Statistics
| Branch: | Tag: | Revision:

securesmartcam / app / src / main / res / layout / photo_camera_item.xml @ 41590feb

History | View | Annotate | Download (450 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<org.witness.obscuracam.ui.views.SquareImageView xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/ivPhoto"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    android:layout_margin="@dimen/photo_padding"
7
    android:scaleType="center"
8
    android:background="@drawable/camera_frame"
9
    android:src="@drawable/ic_photo_camera_primary_36dp"
10
    />