MSTC Graduation
-
[image: IMG_1284]
IMG_1284,
originally uploaded by MSTCprogram.
Yay! I graduated this weekend from the University of Texas with an MS in
Technology Commerci...
14 years ago
custom_button.xml
and then set background="@drawable/custom_button"
in your button view:xml version="1.0" encoding="utf-8"?>
xmlns:android="http://schemas.android.com/apk/res/android">
android:state_pressed="true" >
android:startColor="@color/yellow1"
android:endColor="@color/yellow2"
android:angle="270" />
android:width="3dp"
color="@color/grey05" />
android:radius="3dp" />
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
android:state_focused="true" >
android:endColor="@color/orange4"
android:startColor="@color/orange5"
android:angle="270" />
android:width="3dp"
color="@color/grey05" />
android:radius="3dp" />
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
android:endColor="@color/blue2"
android:startColor="@color/blue25"
android:angle="270" />
android:width="3dp"
color="@color/grey05" />
android:radius="3dp" />
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
Connect your droid to your pc via USB. Copy over your ssh private key, and you can use ConnectBot's "Manage Pubkeys" tool to import it. I tried it with an OpenSSH private key, and it worked flawlessly. Importing a SSH.com key is possible, using PuTTY's keygen tool to convert the private key first.
Once you have your private key in ConnectBot, you can set up a connection. You can edit that connection once you've created it by long-tapping the host listing and choosing "Edit Host". When you edit the host, you can associate a private key with it, set the SSH Agent Forwarding to on, and change the font size (VITAL -- I find font size 16 to be very readable...size 10 not so much.)