diff options
Diffstat (limited to 'android-app/app/src/main/res/layout/fragment_learn.xml')
| -rw-r--r-- | android-app/app/src/main/res/layout/fragment_learn.xml | 154 |
1 files changed, 1 insertions, 153 deletions
diff --git a/android-app/app/src/main/res/layout/fragment_learn.xml b/android-app/app/src/main/res/layout/fragment_learn.xml index 8813ba2..fa18c5d 100644 --- a/android-app/app/src/main/res/layout/fragment_learn.xml +++ b/android-app/app/src/main/res/layout/fragment_learn.xml @@ -158,7 +158,7 @@ android:id="@+id/card_sailing_reference" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="24dp" + android:layout_marginBottom="8dp" app:cardCornerRadius="12dp" app:cardElevation="2dp"> @@ -201,157 +201,5 @@ </LinearLayout> </com.google.android.material.card.MaterialCardView> - <!-- ── ASA Training & Practice (external links) ──────────── --> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="ASA TRAINING & PRACTICE" - android:textSize="11sp" - android:textAllCaps="true" - android:letterSpacing="0.12" - android:textColor="?attr/colorOnSurfaceVariant" - android:layout_marginBottom="8dp" /> - - <com.google.android.material.card.MaterialCardView - android:id="@+id/card_asa_courses" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginBottom="8dp" - app:cardCornerRadius="12dp" - app:cardElevation="2dp"> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:padding="16dp" - android:gravity="center_vertical"> - - <LinearLayout - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:orientation="vertical"> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="ASA Course Catalog" - android:textAppearance="?attr/textAppearanceTitleSmall" /> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="ASA 101–114: keelboat through offshore passagemaking" - android:textSize="12sp" - android:textColor="?attr/colorOnSurfaceVariant" - android:layout_marginTop="2dp" /> - - </LinearLayout> - - <ImageView - android:layout_width="18dp" - android:layout_height="18dp" - android:src="@drawable/ic_open_in_new" - android:tint="?attr/colorOnSurfaceVariant" - android:contentDescription="Opens in browser" /> - - </LinearLayout> - </com.google.android.material.card.MaterialCardView> - - <com.google.android.material.card.MaterialCardView - android:id="@+id/card_asa_online" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginBottom="8dp" - app:cardCornerRadius="12dp" - app:cardElevation="2dp"> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:padding="16dp" - android:gravity="center_vertical"> - - <LinearLayout - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:orientation="vertical"> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="ASA Online Learning" - android:textAppearance="?attr/textAppearanceTitleSmall" /> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Self-paced online courses and study guides" - android:textSize="12sp" - android:textColor="?attr/colorOnSurfaceVariant" - android:layout_marginTop="2dp" /> - - </LinearLayout> - - <ImageView - android:layout_width="18dp" - android:layout_height="18dp" - android:src="@drawable/ic_open_in_new" - android:tint="?attr/colorOnSurfaceVariant" - android:contentDescription="Opens in browser" /> - - </LinearLayout> - </com.google.android.material.card.MaterialCardView> - - <com.google.android.material.card.MaterialCardView - android:id="@+id/card_flashcards" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginBottom="8dp" - app:cardCornerRadius="12dp" - app:cardElevation="2dp"> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:padding="16dp" - android:gravity="center_vertical"> - - <LinearLayout - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:orientation="vertical"> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Sailing Flashcards" - android:textAppearance="?attr/textAppearanceTitleSmall" /> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Quizlet decks for knots, rules, lights & signals" - android:textSize="12sp" - android:textColor="?attr/colorOnSurfaceVariant" - android:layout_marginTop="2dp" /> - - </LinearLayout> - - <ImageView - android:layout_width="18dp" - android:layout_height="18dp" - android:src="@drawable/ic_open_in_new" - android:tint="?attr/colorOnSurfaceVariant" - android:contentDescription="Opens in browser" /> - - </LinearLayout> - </com.google.android.material.card.MaterialCardView> - </LinearLayout> </ScrollView> |
