updated gradle

This commit is contained in:
badaix 2016-10-21 10:14:02 +02:00
parent daf5d52b7b
commit 05a9b40658
4 changed files with 5 additions and 4 deletions

View file

@ -56,7 +56,6 @@ public class ClientItem extends LinearLayout implements SeekBar.OnSeekBarChangeL
ibMute.setOnClickListener(this);
ibOverflow = (ImageButton) findViewById(R.id.ibOverflow);
ibOverflow.setOnClickListener(this);
volumeSeekBar.setMax(100);
setClient(client);
volumeSeekBar.setOnSeekBarChangeListener(this);
this.server = server;

View file

@ -67,7 +67,8 @@
android:id="@+id/volumeSeekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
android:layout_gravity="center_vertical"
android:max="100"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>

View file

@ -86,7 +86,8 @@
android:id="@+id/volumeSeekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
android:layout_gravity="center_vertical"
android:max="100"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files