Skip to content

Commit

Permalink
[app] plugin card style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Nov 5, 2021
1 parent 383e799 commit e37a56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions android/app/src/main/res/layout/fragment_plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
style="@style/CardViewStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/common_view_margin_small"
android:layout_marginTop="@dimen/common_view_margin_small"
android:layout_marginEnd="@dimen/common_view_margin_small"
android:layout_marginBottom="@dimen/common_view_margin_small"
android:layout_marginStart="@dimen/common_view_margin_middle"
android:layout_marginTop="@dimen/common_view_margin_middle"
android:layout_marginEnd="@dimen/common_view_margin_middle"
android:layout_marginBottom="@dimen/common_view_margin_middle"
android:focusable="true"
android:visibility="@{viewmodel.hasAnyPluginFeatures ? View.GONE : View.VISIBLE}">

Expand Down
2 changes: 1 addition & 1 deletion android/internal/Thanox-Internal

0 comments on commit e37a56d

Please sign in to comment.