Skip to content

Commit

Permalink
Reduced shimmer size
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Dhamija authored and Rajat Dhamija committed Apr 19, 2023
1 parent 2b4ff8d commit 92517ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions adsdk/src/main/res/layout/shimmer_native_big_v1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<LinearLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="320dp"
android:layout_height="245dp"
android:layout_margin="@dimen/ad_sdk_default_margin_small"
android:orientation="vertical">

<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="225dp"
android:layout_height="150dp"
android:layout_marginBottom="5dp"
android:background="@color/ad_sdk_colorGrey"
android:layout_marginStart="@dimen/ad_sdk_no_margin"
Expand Down

0 comments on commit 92517ed

Please sign in to comment.