Added RTP Statistics Setting

This commit is contained in:
Juha Heinanen
2021-12-17 15:43:57 +02:00
parent cbbef389ae
commit 8b8a34ee88
4 changed files with 50 additions and 2 deletions
@@ -270,6 +270,32 @@
</CheckBox>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp"
android:orientation="horizontal" >
<TextView
android:id="@+id/RtpStatsTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_toStartOf="@id/RtpStats"
android:textSize="18sp"
android:text="@string/rtp_stats" >
</TextView>
<CheckBox
android:id="@+id/RtpStats"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_gravity="end"
android:checked="false" >
</CheckBox>
</RelativeLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"