<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="match_parent"
	android:layout_height="match_parent">

	<!--    <com.github.mohaka.ratingstar.RatingStar-->
	<!--        android:id="@+id/ratingStar"-->
	<!--        android:layout_width="match_parent"-->
	<!--        android:layout_height="210dp"-->
	<!--        android:layout_gravity="center"-->
	<!--        android:layout_marginVertical="20dp"-->
	<!--        app:starColor="@android:color/tertiary_text_light" />-->

	<RatingBar
		android:id="@+id/ratingBar"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_gravity="center"
		android:layout_marginVertical="20dp"
		android:numStars="5"
		android:rating="3"
		android:stepSize="1" />
</FrameLayout>