Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <LinearLayout
- android:layout_width="300dp"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_centerHorizontal="true"
- android:orientation="vertical"
- android:layout_marginTop="70dp">
- <TextView
- style="@style/textStyle1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Прочитанный материал:"/>
- <ProgressBar
- android:id="@+id/progressBar"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:indeterminate="false"
- android:max="100"
- android:progress="20" />
- <TextView
- style="@style/textStyle1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Выполненые задания:" />
- <ProgressBar
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:indeterminate="false"
- android:max="100"
- android:progress="20" />
- <TextView
- style="@style/textStyle1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Усвоение материала:" />
- <ProgressBar
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:indeterminate="false"
- android:max="100"
- android:progress="20" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Вам надо повторить ..."/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_centerHorizontal="true"
- android:layout_alignParentBottom="true"
- android:layout_marginBottom="30dp"
- android:id="@+id/buttons">
- <Button
- android:layout_width="170dp"
- android:layout_height="wrap_content"
- android:theme="@style/orangeButton"
- android:textColor="#ffff"
- android:text="Темы"/>
- <Button
- android:layout_width="170dp"
- android:layout_height="wrap_content"
- android:theme="@style/redButton"
- android:textColor="#ffff"
- android:text="Зачёт"/>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment