我想开发一个应用,其中特定电话号码用户可以选择<div class="parent">
<div class="child"> I want to set the width of this element equals to its height (which is equals to the height of the content of it's sibling, set by `align-items : stretch`) </div>
<div class="child childs-sibling">
some text <br>
some text <br>
some text <br>
some text <br>
</div>
</div>
声音模式。
无论电话系统现在是在哪种声音模式上运行,如果用户选择Sound/Vibration/Silent
,那么只有电话号码通话和短信电话振动。
我是android的新手,尽管我已经完成了2-3个项目,但我不知道/找不到如何执行此操作的想法。
请帮助我,请告诉我该怎么做?
感谢进阶!