主界面的布局主要是三个按钮,点击按钮即可进行音量和亮度的进度条调节框
package com.example.contentprovidertest;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.drawable.BitmapDrawable;
import android.media.AudioManager;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.PopupWindow;
import android.widget.SeekBar;
import android.widget.SeekBar.OnSeekBarChangeListener;
public class MainActivity extends Activity implements OnClickListener{
private static final String TAG = "MainActivity";
private ImageView home;
private ImageView volume;
private ImageView brightness;
private VolumePopwindow volumePopwindow;
private BrightnessPopwindow brightnessPopwindow;
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
initView();
initListener();
}
private void initView() {
// TODO Auto-generated method stub
home=(ImageView) findViewById(R.id.home);
volume=(ImageView) findViewById(R.id.volume);
brightness=(ImageView) findViewById(R.id.brightness);
}
private void initListener() {
// TODO Auto-generated method stub
home.setOnClickListener(this);
volume.setOnClickListener(this);
brightness.setOnClickListener(this);
}
@Override
public void onClick(View view) {
// TODO Auto-generated method stub
switch (view.getId()) {
case R.id.home:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.addCategory(Intent.CATEGORY_HOME);
startActivity(intent);
Log.i(TAG, "home is click");
break;
case R.id.volume:
volumePopwindow = new VolumePopwindow(MainActivity.this);
// volumePopwindow.showAtLocation(view,Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, 0);
volumePopwindow.showAtLocation(view, Gravity.CENTER_HORIZONTAL, 0, 0);
Log.i(TAG, "volume is click");
break;
case R.id.brightness:
brightnessPopwindow = new BrightnessPopwindow(MainActivity.this);
// volumePopwindow.showAtLocation(view,Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, 0);
brightnessPopwindow.showAtLocation(view, Gravity.CENTER_HORIZONTAL, 0, 0);
Log.i(TAG, "brightness is click");
break;
default:
break;
}
}
}
资源文件列表
ContentProviderTest/.classpath , 475
ContentProviderTest/.project , 855
ContentProviderTest/.settings/org.eclipse.jdt.core.prefs , 177
ContentProviderTest/AndroidManifest.xml , 1093
ContentProviderTest/bin/AndroidManifest.xml , 1093
ContentProviderTest/bin/classes.dex , 831500
ContentProviderTest/bin/classes/com/example/contentprovidertest/BrightnessPopwindow$1.class , 1471
ContentProviderTest/bin/classes/com/example/contentprovidertest/BrightnessPopwindow$2.class , 999
ContentProviderTest/bin/classes/com/example/contentprovidertest/BrightnessPopwindow.class , 5510
ContentProviderTest/bin/classes/com/example/contentprovidertest/BuildConfig.class , 371
ContentProviderTest/bin/classes/com/example/contentprovidertest/MainActivity.class , 2555
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$attr.class , 379
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$dimen.class , 838
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$drawable.class , 1647
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$id.class , 628
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$layout.class , 524
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$menu.class , 427
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$string.class , 3223
ContentProviderTest/bin/classes/com/example/contentprovidertest/R$style.class , 470
ContentProviderTest/bin/classes/com/example/contentprovidertest/R.class , 803
ContentProviderTest/bin/classes/com/example/contentprovidertest/VolumePopwindow$1.class , 1595
ContentProviderTest/bin/classes/com/example/contentprovidertest/VolumePopwindow$2.class , 975
ContentProviderTest/bin/classes/com/example/contentprovidertest/VolumePopwindow.class , 6124
ContentProviderTest/bin/ContentProviderTest.apk , 778765
ContentProviderTest/bin/dexedLibs/android-support-v4-6a66666e2ac86c7dde82429054da0b5f.jar , 273766
ContentProviderTest/bin/jarlist.cache , 120
ContentProviderTest/bin/resources.ap_ , 494656
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness.png , 2479
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_1.png , 26464
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_2.png , 27719
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_3.png , 26223
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_4.png , 27339
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_5.png , 30332
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_6.png , 30763
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_7.png , 33015
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_8.png , 32200
ContentProviderTest/bin/res/crunch/drawable-hdpi/brightness_9.png , 29675
ContentProviderTest/bin/res/crunch/drawable-hdpi/home.png , 2409
ContentProviderTest/bin/res/crunch/drawable-hdpi/ic_launcher.png , 5964
ContentProviderTest/bin/res/crunch/drawable-hdpi/valume_thum.png , 1048
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume.png , 1797
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_.png , 35688
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_1.png , 17661
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_2.png , 17811
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_3.png , 17521
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_4.png , 18981
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_5.png , 21170
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_6.png , 20495
ContentProviderTest/bin/res/crunch/drawable-hdpi/volume_7.png , 19686
ContentProviderTest/bin/res/crunch/drawable-mdpi/ic_launcher.png , 3112
ContentProviderTest/bin/res/crunch/drawable-xhdpi/ic_launcher.png , 9355
ContentProviderTest/bin/res/crunch/drawable-xxhdpi/ic_launcher.png , 17889
ContentProviderTest/gen/com/example/contentprovidertest/BuildConfig.java , 173
ContentProviderTest/gen/com/example/contentprovidertest/R.java , 9387
ContentProviderTest/ic_launcher-web.png , 51394
ContentProviderTest/libs/android-support-v4.jar , 758727
ContentProviderTest/proguard-project.txt , 781
ContentProviderTest/project.properties , 607
ContentProviderTest/res/drawable-hdpi/brightness.png , 3033
ContentProviderTest/res/drawable-hdpi/brightness_1.png , 47350
ContentProviderTest/res/drawable-hdpi/brightness_2.png , 47628
ContentProviderTest/res/drawable-hdpi/brightness_3.png , 43651
ContentProviderTest/res/drawable-hdpi/brightness_4.png , 45984
ContentProviderTest/res/drawable-hdpi/brightness_5.png , 53753
ContentProviderTest/res/drawable-hdpi/brightness_6.png , 53418
ContentProviderTest/res/drawable-hdpi/brightness_7.png , 57283
ContentProviderTest/res/drawable-hdpi/brightness_8.png , 55400
ContentProviderTest/res/drawable-hdpi/brightness_9.png , 49504
ContentProviderTest/res/drawable-hdpi/home.png , 3254
ContentProviderTest/res/drawable-hdpi/ic_launcher.png , 7658
ContentProviderTest/res/drawable-hdpi/valume_thum.png , 3968
ContentProviderTest/res/drawable-hdpi/volume.png , 2546
ContentProviderTest/res/drawable-hdpi/volume_.png , 64245
ContentProviderTest/res/drawable-hdpi/volume_1.png , 32854
ContentProviderTest/res/drawable-hdpi/volume_2.png , 33163
ContentProviderTest/res/drawable-hdpi/volume_3.png , 32198
ContentProviderTest/res/drawable-hdpi/volume_4.png , 35799
ContentProviderTest/res/drawable-hdpi/volume_5.png , 40436
ContentProviderTest/res/drawable-hdpi/volume_6.png , 38455
ContentProviderTest/res/drawable-hdpi/volume_7.png , 36651
ContentProviderTest/res/drawable-mdpi/ic_launcher.png , 3777
ContentProviderTest/res/drawable-xhdpi/ic_launcher.png , 12516
ContentProviderTest/res/drawable-xxhdpi/ic_launcher.png , 24777
ContentProviderTest/res/drawable/proress_horizotal_voice.xml , 1255
ContentProviderTest/res/layout/activity_main.xml , 1715
ContentProviderTest/res/layout/brightness_progress.xml , 1879
ContentProviderTest/res/layout/volume_progress.xml , 2123
ContentProviderTest/res/menu/main.xml , 256
ContentProviderTest/res/values-w820dp/dimens.xml , 381
ContentProviderTest/res/values/colors.xml , 765
ContentProviderTest/res/values/dimens.xml , 631
ContentProviderTest/res/values/strings.xml , 4334
ContentProviderTest/res/values/styles.xml , 702
ContentProviderTest/src/com/example/contentprovidertest/BrightnessPopwindow.java , 6193
ContentProviderTest/src/com/example/contentprovidertest/MainActivity.java , 2765
ContentProviderTest/src/com/example/contentprovidertest/VolumePopwindow.java , 6068
