You can set the seekbar max value either programmatically or in layout.xml file.
In Layout Xml file
✌️ Add android:max="YOUR_MAX_VALUE" in the Seekbar tag to set the max value.
<SeekBar
android:id="@+id/seekBar1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/textView1"
android:max="225"
android:layout_marginTop="45dp" />
Programmatically using Java code:
In order to set the max value in java file you can use the function setMax(INTEGER) on seekbar object to set the max value.
seekBar = (SeekBar) findViewById(R.id.seekBar1);
seekBar.setMax(225);
More Posts related to Android,
- Increase Android Emulator Timeout time
- Android : Remove ListView Separator/divider programmatically or using xml property
- Error : Invalid key hash.The key hash does not match any stored key hashes
- How to Change Android Toast Position?
- Android Alert Dialog with Checkboxes example
- Android : No Launcher activity found! Error
- Android Development: Spinners with Example
- Failed to sync Gradle project Error:failed to find target android-23
- INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error
- Disable Fading Edges Scroll Effect Android Views
- How to create Toast messages in Android?
- Channel 50 SMSes received every few minutes Android Phones
- Android xml error Attribute is missing the Android namespace prefix [Solution]
- Create Custom Android AlertDialog
- How To Disable Landscape Mode in Android Application
- Android Development - How to switch between two Activities
- incorrect line ending: found carriage return (\r) without corresponding newline (\n)
- Generate Facebook Android SDK keyhash using java code
- Android Error Generating Final Archive - Debug Certificate Expired
- 21 Useful Android Emulator Short-cut Keyboard Keys
- Android RatingBar Example
- 11 Weeks of Android Online Sessions-15-Jun-to-28-Aug-2020
- Download interrupted: Unknown Host dl-ssl.google.com Error Android SDK Manager
- fill_parent vs match_parent vs wrap_content
- Android : Connection with adb was interrupted 0 attempts have been made to reconnect
More Posts:
- appcompat_v7 errors after updates to API level 21 Material Theme - Android
- JSON with PHP Example: JSON Tutorial - Json-Tutorial
- WARNING: Python 2.7 is not recommended [macOS Big Sur] - MacOS
- [IRCTC] Indian railways official eRail API 1.1 for developers to get train info - HowTos
- Fix: hibernate.InstantiationException: No default constructor for entity: User - Java
- [fix] Java JDBC SQLSyntaxErrorException: Unknown database - Java
- How to exit from nano command - Linux
- 🎃 Trending, Popular Halloween hashtags for year 2020 🎃 [Facebook, Twitter, Instagram, Snapchat] - Hashtags