2016-12-08 14:20:38 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-05-29 15:45:20 -04:00
|
|
|
<FrameLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-09-20 13:27:18 -07:00
|
|
|
android:id="@+id/fragment_container"
|
2018-05-29 15:45:20 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/black"
|
|
|
|
tools:context="org.thoughtcrime.securesms.scribbles.ScribbleActivity">
|
2016-12-08 14:20:38 -08:00
|
|
|
|
2018-05-29 15:45:20 -04:00
|
|
|
</FrameLayout>
|