0% found this document useful (0 votes)
8 views7 pages

Νέο Έγγραφο κειμένου

Uploaded by

ece19032
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views7 pages

Νέο Έγγραφο κειμένου

Uploaded by

ece19032
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

<?xml version="1.0" encoding="utf-8"?

>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/createYourOwnWorkoutLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffffff"
android:orientation="vertical"
>

<LinearLayout
android:id="@+id/linearLayoutHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"

android:orientation="vertical">

<TextView
android:id="@+id/titleOfWorkout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

android:layout_gravity="center"

android:fontFamily="@font/aldrich"
android:paddingTop="10dp"
android:layout_marginTop="5dp"

android:text="Create your own workout"


android:textColor="@color/black"
android:textSize="16sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />

<TextView
android:id="@+id/subtitleOfWorkout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/aldrich"
android:paddingTop="3dp"
android:paddingBottom="10dp"
android:text="Select your preferable exercises"
android:textColor="@color/black"
android:textSize="14sp"
android:textStyle="normal"
tools:ignore="HardcodedText" />

<View
android:id="@+id/view"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#39000000" />
</LinearLayout>
<ScrollView
android:id="@+id/workoutScrollview"
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="0dp"
android:layout_below="@+id/linearLayoutHeader"
android:layout_marginTop="0dp"
android:background="#DAE4D6D6"

>

<LinearLayout
android:id="@+id/workoutLinearLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"

>
<!--
<androidx.cardview.widget.CardView
android:id="@+id/plankHipDipsCard"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:layout_marginBottom="10dp"
app:cardCornerRadius="5dp"
app:cardBackgroundColor="#FFFFFF"
app:cardElevation="7dp"
android:layout_marginHorizontal="15dp"
>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:orientation="horizontal"
android:padding="10dp">

<ImageView
android:id="@+id/plankHipDips"
android:layout_width="170dp"
android:layout_height="100dp"
android:src="@drawable/gif_plank_hip_dips" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="20dp"
android:orientation="vertical">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="Plank hip dips"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="45 sec"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="normal"
tools:ignore="HardcodedText" />

</LinearLayout>

</LinearLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
app:cardCornerRadius="5dp"
app:cardBackgroundColor="#FFFFFF"
app:cardElevation="7dp"
android:layout_marginHorizontal="15dp">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:orientation="horizontal"
android:padding="10dp">

<ImageView
android:id="@+id/plankMountainClimber"
android:layout_width="170dp"
android:layout_height="100dp"
android:src="@drawable/mountain_climber" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="20dp"
android:orientation="vertical">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="Mountain climber"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="45 sec"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="normal"
tools:ignore="HardcodedText" />

</LinearLayout>

</LinearLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
app:cardCornerRadius="5dp"
app:cardBackgroundColor="#FFFFFF"
app:cardElevation="7dp"
android:layout_marginHorizontal="15dp">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:orientation="horizontal"

android:padding="10dp">

<ImageView
android:id="@+id/plankDolphin"
android:layout_width="170dp"
android:layout_height="100dp"
android:src="@drawable/dolphin_pose" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="20dp"
android:orientation="vertical">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="Dolphin pose"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="45 sec"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="normal"
tools:ignore="HardcodedText" />

</LinearLayout>

</LinearLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
app:cardCornerRadius="5dp"
app:cardBackgroundColor="#FFFFFF"
app:cardElevation="7dp"
android:layout_marginHorizontal="15dp">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:orientation="horizontal"
android:padding="10dp">

<ImageView
android:id="@+id/plankUpDown"
android:layout_width="170dp"
android:layout_height="100dp"
android:src="@drawable/plank_up_down" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="20dp"
android:orientation="vertical">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="Plank up and down"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="45 sec"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="normal"
tools:ignore="HardcodedText" />

</LinearLayout>

</LinearLayout>
</androidx.cardview.widget.CardView>

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
app:cardBackgroundColor="#FFFFFF"
app:cardCornerRadius="5dp"
app:cardElevation="7dp"
android:layout_marginHorizontal="15dp">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:orientation="horizontal"
android:padding="10dp">

<ImageView
android:id="@+id/plankSide"
android:layout_width="170dp"
android:layout_height="100dp"
android:src="@drawable/side_plank_left" />

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="20dp"
android:orientation="vertical">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="Side plank left"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="bold"
tools:ignore="HardcodedText" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/aldrich"
android:text="45 sec"
android:textColor="@color/black"
android:textSize="15sp"
android:textStyle="normal"
tools:ignore="HardcodedText" />
</LinearLayout>

</LinearLayout>
</androidx.cardview.widget.CardView>
-->

</LinearLayout>

</ScrollView>

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardElevation="20dp"
app:cardBackgroundColor="#80000000"
android:layout_marginHorizontal="80dp"
android:layout_marginVertical="10dp"

app:cardCornerRadius="15dp"
>
<Button
android:id="@+id/startBtn"
android:layout_width="match_parent"
android:layout_height="wrap_content"

android:padding="15dp"

android:layout_gravity="center|bottom"

android:background="@drawable/start_btn"
android:text="Start"
tools:ignore="HardcodedText" />
</androidx.cardview.widget.CardView>

</LinearLayout>

You might also like