Files
NutritionMaster/app/src/main/res/layout/make_step_item.xml
ScorpioMiku c628931e62 1
2018-10-07 19:11:36 +08:00

21 lines
675 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#f9f9f6"
android:gravity="center_vertical"
android:orientation="vertical">
<TextView
android:id="@+id/make_step_text_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:gravity="center_vertical"
android:textColor="#212121"
tools:text="@string/app_name" />
</LinearLayout>