Skip to content

Commit

Permalink
adding id attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Jan 23, 2025
1 parent e32a8d3 commit 7e7b863
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout-land/profile_chooser_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
android:contentDescription="@string/language_icon_content_description" />

<TextView
android:id="@+id/profile_chooser_language_text_view"
style="@style/Subtitle1ViewCenter"
android:minHeight="48dp"
android:paddingTop="20dp"
Expand Down Expand Up @@ -100,6 +101,7 @@
app:layout_constraintEnd_toEndOf="parent">

<TextView
android:id="@+id/administrator_controls_text_view"
style="@style/Subtitle1ViewCenter"
android:layout_marginBottom="24dp"
android:minHeight="48dp"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout-land/walkthrough_final_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
android:textSize="20sp" />

<TextView
android:id="@+id/walkthrough_final_no_center_text_view"
style="@style/TextViewCenter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -96,6 +97,7 @@
android:textSize="20sp" />

<TextView
android:id="@+id/walkthrough_final_yes_center_text_view"
style="@style/TextViewCenter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
</FrameLayout>

<TextView
android:id="@+id/story_progress_percentage_text_view"
style="@style/TextViewCenterHorizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout-sw600dp/profile_chooser_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
android:contentDescription="@string/language_icon_content_description" />

<TextView
android:id="@+id/profile_chooser_language_text_view"
style="@style/Subtitle1ViewCenter"
android:minHeight="48dp"
android:paddingTop="20dp"
Expand Down Expand Up @@ -108,6 +109,7 @@
app:layout_constraintEnd_toEndOf="parent">

<TextView
android:id="@+id/administrator_controls_text_view"
style="@style/Heading1ViewCenter"
android:layout_marginBottom="@dimen/profile_chooser_administrator_controls_margin_bottom"
android:minHeight="48dp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/numeric_input_interaction_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
app:textChangedListener="@{viewModel.answerTextWatcher}" />

<TextView
android:id="@+id/numeric_input_interaction_text_view"
style="@style/InputInteractionErrorTextView"
android:text="@{viewModel.errorMessage}"
android:textColor="@color/component_color_shared_input_error_color"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/profile_chooser_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
android:contentDescription="@string/language_icon_content_description" />

<TextView
android:id="@+id/profile_chooser_language_text_view"
style="@style/Subtitle1ViewCenter"
android:minHeight="48dp"
android:paddingTop="20dp"
Expand Down Expand Up @@ -100,6 +101,7 @@
app:layout_constraintEnd_toEndOf="parent">

<TextView
android:id="@+id/administrator_controls_text_view"
style="@style/Subtitle1ViewCenter"
android:layout_marginBottom="24dp"
android:minHeight="48dp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/topic_lessons_story_summary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
</FrameLayout>

<TextView
android:id="@+id/story_progress_percentage_text_view"
style="@style/TextViewCenterHorizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/walkthrough_final_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
android:textSize="20sp" />

<TextView
android:id="@+id/walkthrough_final_no_center_text_view"
style="@style/TextViewCenter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -101,6 +102,7 @@
android:textSize="20sp" />

<TextView
android:id="@+id/walkthrough_final_yes_center_text_view"
style="@style/TextViewCenter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 7e7b863

Please sign in to comment.