Skip to content

Instantly share code, notes, and snippets.

View hitherejoe's full-sized avatar
🏠
Working from home

Joe Birch hitherejoe

🏠
Working from home
View GitHub Profile
public class Post {
public Long id;
public String by;
public Long time;
public ArrayList<Long> kids;
public String url;
public Long score;
public String title;
public String text;
<style name="RoundedButtonStyle" parent="Widget.MaterialComponents.Button">
<item name="shapeAppearance">@style/RoundedButtonShapeAppearance</item>
...
</style>
<style name="RoundedButtonShapeAppearance">
<item name="cornerFamilyTopLeft">rounded</item>
<item name="cornerFamilyBottomLeft">rounded</item>
<item name="cornerFamilyTopRight">rounded</item>
<item name="cornerFamilyBottomRight">rounded</item>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button_bfr_round_light_disabled" android:state_enabled="false" />
<item android:drawable="@drawable/button_bfr_round_light_unfocused" android:state_focused="false" android:state_pressed="false" android:state_selected="false" />
<item android:drawable="@drawable/button_bfr_round_light_unfocused" android:state_focused="false" android:state_pressed="false" android:state_selected="true" />
<item android:drawable="@drawable/button_bfr_round_light_pressed" android:state_pressed="true" />
</selector>
{
"lastUpdated": 1706052674298,
"data": [
{
"team": "CEO",
"name": "Joel",
"role": "CEO",
"location": "Boulder, CO, USA",
"salary": "$298,958",
"avatar": "Joel_40.jpg",