Statistics
| Branch: | Tag: | Revision:

securesmartcam / app / src / main / res / layout / photo_item.xml @ e0b47cde

History | View | Annotate | Download (831 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<org.witness.obscuracam.ui.views.SquareFrameLayout
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    >
7
<org.witness.obscuracam.ui.views.SquareImageView xmlns:android="http://schemas.android.com/apk/res/android"
8
    android:id="@+id/ivPhoto"
9
    android:layout_width="match_parent"
10
    android:layout_height="match_parent"
11
    android:layout_margin="@dimen/photo_padding"
12
    android:scaleType="centerCrop" />
13
    <ImageView
14
        android:id="@+id/ivVideoIcon"
15
        android:layout_width="20dp"
16
        android:layout_height="20dp"
17
        android:layout_gravity="top|end"
18
        android:src="@drawable/ic_videocam_white_24dp"
19
        />
20
</org.witness.obscuracam.ui.views.SquareFrameLayout>