Skip to content

Commit

Permalink
🚑
Browse files Browse the repository at this point in the history
[Fix]
- 修复资源值错误
  • Loading branch information
rosuH committed Nov 26, 2018
1 parent 523d780 commit cbd0ac8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion filepicker/src/main/res/layout/activity_file_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="W, 1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="@dimen/layout_constraintHorizontal_bias"
app:layout_constraintHorizontal_bias="0.444"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_percent="0.0667" />
Expand Down
2 changes: 1 addition & 1 deletion filepicker/src/main/res/layout/item_list_file_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
app:layout_constraintBottom_toTopOf="@+id/space_bottom_file_picker"
app:layout_constraintDimensionRatio="W, 1:1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="@dimen/layout_constraintHorizontal_bias"
app:layout_constraintHorizontal_bias="0.444"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/space_top_file_picker_file_picker"
app:layout_constraintWidth_percent="0.0667" />
Expand Down
4 changes: 0 additions & 4 deletions filepicker/src/main/res/values/dimens.xml

This file was deleted.

0 comments on commit cbd0ac8

Please sign in to comment.