increase the main icon size and add 2 new icons
@ -88,6 +88,11 @@ public class MainActivity extends AppCompatActivity implements SensorEventListen
|
|||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@OnClick(R.id.videocam)
|
||||||
|
public void toggleVideo() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
private void hideNavigationBarIcons() {
|
private void hideNavigationBarIcons() {
|
||||||
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);
|
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);
|
||||||
}
|
}
|
||||||
|
BIN
app/src/main/res/mipmap-hdpi/photo.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
app/src/main/res/mipmap-hdpi/video_rec.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/mipmap-mdpi/photo.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
app/src/main/res/mipmap-mdpi/video_rec.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-xhdpi/photo.png
Normal file
After Width: | Height: | Size: 894 B |
BIN
app/src/main/res/mipmap-xhdpi/video_rec.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/photo.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/video_rec.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/photo.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/video_rec.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
@ -1,6 +1,6 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<dimen name="activity_margin">16dp</dimen>
|
<dimen name="activity_margin">16dp</dimen>
|
||||||
<dimen name="preview_btn_margin">32dp</dimen>
|
<dimen name="preview_btn_margin">32dp</dimen>
|
||||||
<dimen name="side_icon_padding">8dp</dimen>
|
<dimen name="side_icon_padding">12dp</dimen>
|
||||||
<dimen name="icon_size">48dp</dimen>
|
<dimen name="icon_size">56dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|