Revision 41590feb app/src/main/res/layout/photo_item.xml
app/src/main/res/layout/photo_item.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<org.witness.securesmartcam.views.SquareFrameLayout
|
|
2 |
<org.witness.obscuracam.ui.views.SquareFrameLayout
|
|
3 | 3 |
xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 4 |
android:layout_width="match_parent" |
5 | 5 |
android:layout_height="match_parent" |
6 | 6 |
> |
7 |
<org.witness.securesmartcam.views.SquareImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
7 |
<org.witness.obscuracam.ui.views.SquareImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
8 | 8 |
android:id="@+id/ivPhoto" |
9 | 9 |
android:layout_width="match_parent" |
10 | 10 |
android:layout_height="match_parent" |
... | ... | |
17 | 17 |
android:layout_gravity="top|end" |
18 | 18 |
android:background="#ff0000" |
19 | 19 |
/> |
20 |
</org.witness.securesmartcam.views.SquareFrameLayout> |
|
20 |
</org.witness.obscuracam.ui.views.SquareFrameLayout> |
Also available in: Unified diff