How about the translucent design in the Android app

Updated on number 2024-04-27
11 answers
  1. Anonymous users2024-02-08

    The background of the activity is transparent, just add android:theme= to the activity attribute configuration in the configuration file"@android:style/"That's it.

    But if you want to set the theme in many ways, you need to set the style in the values first:

    Transparency: Create a file under the res values and write:

    This value sets the transparency of the entire interface, and is now set to about 56% (9 16) for the sake of seeing the effect.

    Transparency can be adjusted with a value of 9000, and if you change this value (argb), you will have a different effect of transparency.

    Then build under res values and set the style of the program.

    When you add the sentence @+android:style, it will show that this activity will have an animated transition effect.

    The last step is to apply this to the corresponding activity. That is, add android:theme= to any tag in"@style/transparent"

    If you want to set all activities to use this style, add this tag statement.

  2. Anonymous users2024-02-07

    1.Background** Use translucent.

  3. Anonymous users2024-02-06

    Add the following ** to it, you can set the button in Android to be transparent or translucent;

  4. Anonymous users2024-02-05

    Hehe, it's best to have the transparent effect of the iPhone's digital buttons.

  5. Anonymous users2024-02-04

    Your button1 and button2 drawables should have a translucent effect.

  6. Anonymous users2024-02-03

    Wouldn't it be okay to make it translucent directly with photoshop?

  7. Anonymous users2024-02-02

    Before setting setbackgroundcolor, call drawable drawable = ;

    Save the drawable, and then restore it

    I tried, and yes.

  8. Anonymous users2024-02-01

    Yes, this is done by desktop software.

    For example, Go Launcher also has this feature.

  9. Anonymous users2024-01-31

    If your mobile phone has its own theme store, you can go to the Shanglu commestry store**theme,Just search for ios7,**Just use it。 If your mobile phone doesn't have a theme store,Just the next desktop software first,Such as Xiaomi desktop early brother sells,91Desktop,Go Desktop is a good desktop software dust and,These desktop software can replace the theme,It also comes with a theme store,Search for ios7 theme in the theme store above**Install it,Not just the dial-up interface,Other interfaces will also be replaced with ios style。

  10. Anonymous users2024-01-30

    **Directly made into 8 points transparent, and then quoted**.

  11. Anonymous users2024-01-29

    Set the property in the layout file: android:background="#00ffffff";

    00 is transparency, setting 00 is completely transparent, and ffffff is a white sixteen-digit code.

Related questions
5 answers2024-04-27

It depends on whether you are from the perspective of an insider or an outsider, if you are a practitioner, you look at it this way, then you don't know the circle, if you are just an outsider, it is recommended that you are not too optimistic, you can go to the major app markets to see, what appstore, Amazon's appstore, google play You just look at the ranking, the most is the first two hundred applications are considered to be on fire, But if you look at how many applications there are in the entire application market, hey, they are all developed by people, and there are so many that can really be popular, and others, hehe, it is difficult to support yourself, most of them rely on channels, what is a channel, you have to spend money on advertising first, or you are a big company, a big enough company, otherwise, pay money honestly, advertise, don't believe what technology is good enough, the application is dazzling enough, this, just after the success of the people fool you, you have to understand, for an application, the most important thing is that there are enough users, Everything else is non-essential and can make a difference when the application is upgraded. I'm also doing mobile development, sorry for making a fuss under your question. What mobile development doesn't know can hi me, I've always been **.

5 answers2024-04-27

On the Windows 7 development platform, the Android Studio development tools use the following methods to limit the maximum number of characters that can be entered in EditText. >>>More

3 answers2024-04-27

MVC, MVP and MVVM are the three common architectural design patterns, and the current use of MVP and MVVM is relatively widespread, of course, MVC is not outdated. >>>More

3 answers2024-04-27

Toast is a mechanism used to display display information in Android, unlike Dialog, Toast has no focus, and Toast displays a limited amount of time, and it will automatically disappear after a certain amount of time. The default effect is: >>>More

3 answers2024-04-27

1. It can be written in *xml file, it can also be dynamically added in **. The general layout is written in an XML file. It is recommended to take a look at the Android View system. >>>More