No need to rtp stats setting (now always enabled)

This commit is contained in:
Juha Heinanen
2021-12-19 12:30:49 +02:00
parent f3010cb045
commit d0f5fec9f0
4 changed files with 0 additions and 48 deletions
@@ -270,32 +270,6 @@
</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"