Skip to content

Commit

Permalink
fix buttons, warnings in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-watanabe-sbre committed Jun 29, 2021
1 parent 5cd1ac0 commit e47e422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/src/main/res/layout/main_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
android:id="@+id/requirementsPDDL"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/white"
android:src="@drawable/ic_view" />
android:padding="10dp"
android:src="@drawable/ic_view"
android:contentDescription="@string/preview_requirements"/>

<TextView
android:layout_width="0dp"
Expand All @@ -43,8 +44,9 @@
android:id="@+id/requirementsInfo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/white"
android:src="@drawable/ic_info" />
android:padding="10dp"
android:src="@drawable/ic_info"
android:contentDescription="@string/about_requirements"/>
</LinearLayout>
</androidx.cardview.widget.CardView>

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,6 @@
<string name="about_goals">About goals</string>
<string name="run_planner">Run planner</string>
<string name="about_planning">About planning</string>
<string name="preview_requirements">Preview requirements</string>
<string name="about_requirements">About requirements</string>
</resources>

0 comments on commit e47e422

Please sign in to comment.