Skip to content

Commit

Permalink
Set width of volume bar (#1138)
Browse files Browse the repository at this point in the history
* Set width of volume bar

the waveform was getting 90% of the width, and 10% for volume (as the layout implied). Perhaps this wasn't working right with the support library, but changed with androidx update?

Either way, this seems to get it back to how things were looking before.

* update version code
  • Loading branch information
jsarabia authored Jun 12, 2019
1 parent 7d92ec2 commit ce3f260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions translationRecorder/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "org.wycliffeassociates.translationrecorder"
minSdkVersion 19
targetSdkVersion 28
versionCode 14
versionName "1.3.1-rc"
versionCode 15
versionName "1.3.2-rc"
versionNameSuffix
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@

<FrameLayout
android:id="@+id/fragment_volume_bar_holder"
android:layout_width="0dp"
android:layout_width="24dp"
android:layout_height="match_parent"
android:layout_weight="1"
/>


Expand Down

0 comments on commit ce3f260

Please sign in to comment.