fixed backarrow on player_activity
| @@ -5,6 +5,7 @@ import android.content.Intent; | ||||
| import android.content.SharedPreferences; | ||||
| import android.content.pm.ActivityInfo; | ||||
| import android.content.res.Configuration; | ||||
| import android.graphics.drawable.Drawable; | ||||
| import android.media.MediaPlayer; | ||||
| import android.media.AudioManager; | ||||
| import android.net.Uri; | ||||
| @@ -83,6 +84,10 @@ public class PlayVideoActivity extends AppCompatActivity { | ||||
|  | ||||
|         setContentView(R.layout.activity_play_video); | ||||
|         setVolumeControlStream(AudioManager.STREAM_MUSIC); | ||||
|  | ||||
|         //set background arrow style | ||||
|         getSupportActionBar().setHomeAsUpIndicator(R.drawable.ic_arrow_back_white_24dp); | ||||
|  | ||||
|         isLandscape = checkIfLandscape(); | ||||
|         hasSoftKeys = checkIfHasSoftKeys(); | ||||
|  | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-hdpi/ic_arrow_back_white_24dp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 148 B | 
| After Width: | Height: | Size: 149 B | 
| After Width: | Height: | Size: 119 B | 
| After Width: | Height: | Size: 140 B | 
| After Width: | Height: | Size: 195 B | 
| After Width: | Height: | Size: 200 B | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-mdpi/ic_arrow_back_white_24dp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 115 B | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-xhdpi/ic_arrow_back_white_24dp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 131 B | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-xxhdpi/ic_arrow_back_white_24dp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 191 B | 
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-xxxhdpi/ic_arrow_back_white_24dp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 194 B | 
 Christian Schabesberger
					Christian Schabesberger