PrivacyBreacher/app/src/main/res/layout/phone_monitor_log_item.xml

11 lines
367 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/phoneMonitorLogItem"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>