Skip to content

Commit

Permalink
chore: remove more unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Mar 25, 2024
1 parent 9117627 commit 4c37ec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions common/src/main/res/layout/amount_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,6 @@
android:lines="1"
tools:text="0" />

<!--me.grantland.widget.AutofitTextView
android:id="@+id/input_amount"
style="@style/Headline3.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:singleLine="true"
tools:text="0"
app:autoSizeMaxTextSize="48sp"
android:gravity="center"
android:layout_gravity="center|bottom"
app:sizeToFit="true" /-->

<ImageView
android:id="@+id/input_currency_toggle"
android:layout_width="10dp"
Expand Down
1 change: 0 additions & 1 deletion integrations/maya/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swipeRefreshLayoutVersion"
implementation "io.coil-kt:coil:$coilVersion"
implementation "androidx.browser:browser:$browserVersion"
implementation 'me.grantland:autofittextview:0.2.1'

// Tests
testImplementation "junit:junit:$junitVersion"
Expand Down

0 comments on commit 4c37ec5

Please sign in to comment.