1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-16 15:00:14 -05:00

dp/sp: More adjustments

This commit is contained in:
Sebastian Kaspari 2011-03-15 22:11:55 +01:00
parent 214a786175
commit 78a47ca17b
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="3dp"
android:textSize="14sp"
android:textSize="12sp"
android:text="Server"
android:layout_weight="1" />
</LinearLayout>

View File

@ -28,7 +28,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/message"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="12sp"
android:padding="12dp"
android:autoLink="all"
android:linksClickable="true"
android:text="&lt;pocmo&gt; Hello world!" />

View File

@ -40,12 +40,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Server"
android:textSize="22dp" />
android:textSize="18sp" />
<TextView
android:id="@+id/host"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="irc.example.com"
android:textSize="14dp" />
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>