lightning-i2p/res/layout/browser_content.xml

8 lines
298 B
XML
Raw Normal View History

2015-01-28 00:18:09 +00:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="@color/primary_color" />