Skip to content

Commit

Permalink
fixed styles.xml (oppia#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaur-bkj committed Oct 19, 2021
1 parent 7866dee commit 77d6ac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginBottom">4dp</item>
<item name="android:layout_marginEnd">4dp</item>
<item name="android:layout_marginRight">4dp</item>
<item name="android:layout_marginTop">4dp</item>
<item name="android:background">@drawable/state_button_primary_background</item>
<item name="android:fontFamily">sans-serif-medium</item>
Expand All @@ -83,7 +82,6 @@
<item name="android:layout_height">48dp</item>
<item name="android:layout_marginBottom">4dp</item>
<item name="android:layout_marginEnd">4dp</item>
<item name="android:layout_marginRight">4dp</item>
<item name="android:layout_marginTop">4dp</item>
<item name="android:background">@drawable/previous_next_state_image_view_background</item>
<item name="android:contentDescription">@string/previous_state_description</item>
Expand All @@ -96,7 +94,6 @@
<item name="android:layout_height">48dp</item>
<item name="android:layout_marginBottom">4dp</item>
<item name="android:layout_marginEnd">4dp</item>
<item name="android:layout_marginRight">4dp</item>
<item name="android:layout_marginTop">4dp</item>
<item name="android:background">@drawable/previous_next_state_image_view_background</item>
<item name="android:contentDescription">@string/next_state_description</item>
Expand Down
1 change: 0 additions & 1 deletion scripts/assets/file_content_validation_checks.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ file_content_checks {
file_path_regex: ".+?.xml"
prohibited_content_regex: "paddingLeft|paddingRight|drawableLeft|drawableRight|layout_alignLeft|layout_alignRight|layout_marginLeft|layout_marginRight|layout_alignParentLeft|layout_alignParentRight|layout_toLeftOf|layout_toRightOf|layout_constraintLeft_toLeftOf|layout_constraintLeft_toRightOf|layout_constraintRight_toLeftOf|layout_constraintRight_toRightOf|layout_goneMarginLeft|layout_goneMarginRight"
failure_message: "Use start/end versions of layout properties, instead, for proper RTL support"
exempted_file_name: "app/src/main/res/values/styles.xml"
}
file_content_checks {
file_path_regex: ".+?.xml"
Expand Down

0 comments on commit 77d6ac9

Please sign in to comment.