JSFiddle - React, Tailwind, and code Playground
by no2don
HTML
<p>最近因為在弄一些安卓的東西,但是因為 icon 有點麻煩,因為要一直參照 <a title="https://material.io/resources/icons/?icon=save_alt&style=baseline" href="https://material.io/resources/icons/?icon=save_alt&style=baseline">https://material.io/resources/icons/?icon=save_alt&style=baseline</a> 這網址來找到 相對應的 .xml ,有點麻煩,所以我乾脆做一個表去列舉..<br><br></p>
<img style="width: 90%;" src="https://github.com/donma/codenote/blob/master/blogimages/blog2019112537.jpg?raw=true">
<br>
<!--more-->
<p>
<style>
table {
border-collapse: separate;
border-spacing: 0 1em;
}
tr {
color: dimgray;
}
</style>
<div style="background-color: white;width:95%">
<table class="table" style='width:100%'>
<tbody>
<tr>
<td>
<img src="https://raw.githubusercontent.com/google/material-design-icons/master/action/drawable-hdpi/ic_3d_rotation_black_24dp.png"><br>ic_3d_rotation_black_24dp.xml
</td>
<td>
<img src="https://raw.githubusercontent.com/google/material-design-icons/master/action/drawable-hdpi/ic_accessibility_black_24dp.png"><br>ic_accessibility_black_24dp.xml
</td>
<td>
<img src="https://raw.githubusercontent.com/google/material-design-icons/master/action/drawable-hdpi/ic_accessible_black_24dp.png"><br>ic_accessible_black_24dp.xml
</td>
</tr>
<tr>
<td>
<img src="https://raw.githubusercontent.com/google/material-design-icons/master/action/drawable-hdpi/ic_account_balance_black_24dp.png"><br>ic_account_balance_black_24dp.xml
</td>
<td>
<img src="https://raw.githubusercontent.com/google/material-design-icons/master/action/drawable-hdpi/ic_account_balance_wallet_black_24dp.png"><br>ic_account_balance_wallet_black_24dp.xml
</td>
<td>
<img...