Skip to content

Commit

Permalink
Fix Ratio typo in sample app. (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Jun 17, 2022
1 parent e76c802 commit 5a6701f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sample/src/main/res/layout/chip_ratio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
style="@style/OptionChip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/ration_16_9" />
android:text="@string/ratio_16_9" />
</com.google.android.material.chip.ChipGroup>
</HorizontalScrollView>
</LinearLayout>
</LinearLayout>
2 changes: 1 addition & 1 deletion sample/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<string name="off">Off</string>
<string name="on_touch">On Touch</string>
<string name="on">ON</string>
<string name="ration_16_9">16,9</string>
<string name="ratio_16_9">16,9</string>
<string name="ratio_4_3">4,3</string>
<string name="ratio_1_1">1,1</string>
<string name="free">Free</string>
Expand Down

0 comments on commit 5a6701f

Please sign in to comment.