First Commit
This commit is contained in:
@@ -14,100 +14,101 @@
|
||||
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
||||
android:text="Guideline "
|
||||
android:textColor="#131313"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold">
|
||||
|
||||
</TextView>
|
||||
<View
|
||||
android:layout_margin="20dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="#EEE" />
|
||||
<TextView
|
||||
android:paddingLeft="26dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:fontFamily="@font/fontstyle"
|
||||
android:textStyle="bold"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Don't Use Flash to Click the Picture"
|
||||
/>
|
||||
<View
|
||||
android:layout_margin="10dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="0.8dp"
|
||||
android:background="#EEE" />
|
||||
|
||||
<TextView
|
||||
android:paddingLeft="26dp"
|
||||
android:fontFamily="@font/fontstyle"
|
||||
android:textStyle="bold"
|
||||
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Take the picture when the lid is open and focused on the Pattern"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_margin="18dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="0.8dp"
|
||||
android:background="#EEE" />
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:id="@+id/circle_image"
|
||||
android:layout_width="234dp"
|
||||
android:layout_gravity="center"
|
||||
|
||||
android:src="@drawable/sample1"
|
||||
android:layout_height="234dp"
|
||||
app:civ_border_width="2dp"/>
|
||||
<View
|
||||
android:layout_margin="20dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="#EEE" />
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/intro"
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginTop="10dp"
|
||||
|
||||
|
||||
android:background="@drawable/buttonshape"
|
||||
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="100dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
||||
android:text="Guideline "
|
||||
android:textColor="#131313"
|
||||
android:textSize="@dimen/heading_size"
|
||||
android:textStyle="bold">
|
||||
|
||||
</TextView>
|
||||
<View
|
||||
android:layout_margin="20dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="#EEE" />
|
||||
<TextView
|
||||
android:paddingLeft="26dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="@dimen/small_text_size"
|
||||
android:fontFamily="@font/fontstyle"
|
||||
android:textStyle="bold"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Don't Use Flash to Click the Picture"
|
||||
/>
|
||||
<View
|
||||
android:layout_margin="10dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="0.8dp"
|
||||
android:background="#EEE" />
|
||||
|
||||
<TextView
|
||||
android:paddingLeft="26dp"
|
||||
android:fontFamily="@font/fontstyle"
|
||||
android:textStyle="bold"
|
||||
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="@dimen/small_text_size"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Take the picture when the lid is open and focused on the Pattern"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_margin="18dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="0.8dp"
|
||||
android:background="#EEE" />
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:id="@+id/circle_image"
|
||||
android:layout_width="234dp"
|
||||
android:layout_height="234dp"
|
||||
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/sample1"
|
||||
app:civ_border_width="2dp" />
|
||||
|
||||
<View
|
||||
android:layout_margin="20dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="#EEE" />
|
||||
|
||||
|
||||
android:layout_marginEnd="100dp"
|
||||
android:textColor="@android:color/white"
|
||||
android:text="Get Started"
|
||||
<Button
|
||||
android:id="@+id/intro"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginTop="10dp"
|
||||
|
||||
|
||||
android:textAllCaps="false"
|
||||
android:background="@drawable/buttonshape"
|
||||
|
||||
android:textSize="20sp" />
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="100dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
android:layout_marginEnd="100dp"
|
||||
android:textColor="@android:color/white"
|
||||
android:text="Get Started"
|
||||
|
||||
|
||||
android:textAllCaps="false"
|
||||
|
||||
android:textSize="20sp" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</ScrollView>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user